📦 Package manager utility for Slackware: https://dslackw.gitlab.io/slpkg/
Find a file
Dimitris Zlatanidis 9a7d9c8890 Updated lines
2022-06-19 23:27:24 +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 Fixed typo 2022-06-19 22:57:06 +03:00
slackbuild Updated imports 2022-06-19 22:06:02 +03:00
slpkg Updated lines 2022-06-19 23:27:24 +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 Updated README 2022-06-19 22:54:49 +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

.. contents:: Table of Contents:


About
-----

Slpkg is a software package manager that installs, updates and removes packages on `Slackware <http://www.slackware.com/>`_ -based systems.
It automatically calculates dependencies and figures out what things need to happen to install packages. 
Slpkg makes it easier to manage groups of machines without the need for manual updates.

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

.. image:: https://gitlab.com/dslackw/images/raw/master/slpkg/slpkg_package.png
    :target: https://gitlab.com/dslackw/slpkg


Requirements
------------

.. code-block:: bash

    SQLAlchemy>=1.4.36

Install
-------

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

.. code-block:: bash

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


Usage
-----

.. code-block:: bash

    $ slpkg --help

      Usage: slpkg [OPTIONS] [packages]

        Packaging tool that interacts with the SBo repository.

      Options:
        update              Update the data packages.
        build               Build only the packages.
        install             Build and install the packages.
        remove              Remove installed packages.
        search              Search packages by name.
        clean-logs          Purge logs of dependencies.

        --yes               Answer Yes to all questions.
        --resolve-off       Turns off dependency resolving.
        --reinstall         Use this option if you want to upgrade.

        -h, --help          Show this message and exit.
        -v, --version       Print version and exit.


Configuration files
-------------------

.. code-block:: bash

    /etc/slpkg/slpkg.json
        General configuration of slpkg

    /etc/slpkg/blacklist.json
        Blacklist of packages

Donate
------

If you feel satisfied with this project and want to thanks me make a donation.

.. image:: https://gitlab.com/dslackw/images/raw/master/donate/paypaldonate.png
   :target: https://www.paypal.me/dslackw


Copyright
---------

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