📦 Package manager utility for Slackware: https://dslackw.gitlab.io/slpkg/
Find a file
Dimitris Zlatanidis d65316bf54 Fixed flags
2022-06-19 21:52:14 +03:00
bin Updated for packages 2022-06-17 20:40:52 +03:00
configs Updated metadata -> configs 2022-06-18 21:35:23 +03:00
man Added search package 2022-06-19 21:38:52 +03:00
slackbuild Fixed configs path 2022-06-19 17:33:43 +03:00
slpkg Fixed flags 2022-06-19 21:52:14 +03:00
.gitignore Added .idea folder 2022-05-04 21:35:21 +03:00
ChangeLog.txt Fixed version 2022-06-17 20:24:49 +03:00
install.sh Fixed installation 2022-06-18 21:25:14 +03:00
LICENSE.txt Code rewritten 2022-06-17 17:39:33 +03:00
README.rst Code rewritten 2022-06-17 17:39:33 +03:00
requirements.txt Code rewritten 2022-06-17 17:39:33 +03:00
setup.py Updated description 2022-06-19 21:43:07 +03:00

***********
slpkg 4.1.0
***********

Slpkg is a software package manager that installs, updates, and removes packages on
`Slackware <http://www.slackware.com/>`_ based systems. It automatically computes dependencies and
figures out what things should occur to install packages. Slpkg makes it easier to maintain groups
of machines without having to manually update.

Slpkg works in accordance with the standards of the organization `SlackBuilds.org <https://www.slackbuilds.org>`_
to build packages. Also uses the Slackware Linux instructions for installation,
upgrading or removing packages.


Install
-------

Install from the official third party `SBo repository <https://slackbuilds.org/repository/15.0/system/slpkg/>`_, or directly from the source:


.. code-block:: bash

    $ wget slpkg-4.1.0.tar.gz
    $ tar xvf slpkg-4.1.0.tar.gz
    $ cd slpkg-4.1.0
    $ ./install.sh


Usage
-----

.. code-block:: bash

    $ slpkg update
    $ slpkg install <package_name>
    $ slpkg --help


Copyright
---------

- Copyright 2014-2022 © Dimitris Zlatanidis. 
- Slackware® is a Registered Trademark of Patrick Volkerding. 
- Linux is a Registered Trademark of Linus Torvalds.