slpkg/INSTALL.md
Dimitris Zlatanidis 2b36a0c4e0 Updated for version 3.8.0
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
2020-02-06 16:10:54 +01:00

841 B

Installation

Python & OS Support

Slpkg works with Python versions 3.7+ .

Slpkg works on Slackware distribution and possibly in some Slackware based distribution like SalixOS, Slackel etc.

Install slpkg

There are mainly 3 ways:

  1. Suggested method, download latest slpkg version from: 'https://gitlab.com/dslackw/slpkg/releases' Untar or unzip the archive, change directory in 'slpkg-<version>' and run './install.sh'. slpkg auto-installed as Slackware package (root privileges are required).

  2. Download binary package from 'https://sourceforge.net/projects/slpkg/files/binary/' and use Slackware command 'upgradepkg --install-new <slpkg binary>'

  3. Using pip: 'pip3 install https://gitlab.com/dslackw/slpkg/-/archive/3.8.0/slpkg-3.8.0.tar.gz' or instead ''python3 -m pip install''.