2022-05-24 16:30:54 +02:00
|
|
|
***********
|
2022-06-17 16:39:33 +02:00
|
|
|
slpkg 4.1.0
|
2022-05-24 16:30:54 +02:00
|
|
|
***********
|
|
|
|
|
2022-06-17 16:39:33 +02:00
|
|
|
Slpkg is a software package manager that installs, updates, and removes packages on
|
2022-05-24 16:30:54 +02:00
|
|
|
`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.
|
|
|
|
|
|
|
|
|
2022-05-24 16:54:32 +02:00
|
|
|
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
|
|
|
|
|
2022-06-17 16:39:33 +02:00
|
|
|
$ wget slpkg-4.1.0.tar.gz
|
|
|
|
$ tar xvf slpkg-4.1.0.tar.gz
|
|
|
|
$ cd slpkg-4.1.0
|
2022-05-24 16:54:32 +02:00
|
|
|
$ ./install.sh
|
|
|
|
|
|
|
|
|
|
|
|
Usage
|
|
|
|
-----
|
|
|
|
|
|
|
|
.. code-block:: bash
|
|
|
|
|
|
|
|
$ slpkg update
|
2022-06-17 16:39:33 +02:00
|
|
|
$ slpkg install <package_name>
|
2022-05-24 16:54:32 +02:00
|
|
|
$ slpkg --help
|
|
|
|
|
|
|
|
|
2022-05-24 16:30:54 +02:00
|
|
|
Copyright
|
|
|
|
---------
|
|
|
|
|
2022-06-17 16:39:33 +02:00
|
|
|
- Copyright 2014-2022 © Dimitris Zlatanidis.
|
|
|
|
- Slackware® is a Registered Trademark of Patrick Volkerding.
|
|
|
|
- Linux is a Registered Trademark of Linus Torvalds.
|