2019-01-21 19:23:27 +01:00
|
|
|
### Installation
|
|
|
|
|
|
|
|
|
|
|
|
##### Python & OS Support
|
|
|
|
|
2019-11-30 22:56:50 +01:00
|
|
|
Slpkg works with Python versions 3.7+ .
|
2019-01-21 19:23:27 +01:00
|
|
|
|
|
|
|
Slpkg works on Slackware distribution and possibly in some Slackware based
|
|
|
|
distribution like SalixOS, Slackel etc.
|
|
|
|
|
|
|
|
|
|
|
|
##### Install slpkg
|
|
|
|
|
2020-02-13 22:12:28 +01:00
|
|
|
There are mainly 2 ways:
|
2019-01-21 19:23:27 +01:00
|
|
|
|
|
|
|
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/`'
|
2020-02-13 22:12:28 +01:00
|
|
|
and use Slackware command '`upgradepkg --install-new <slpkg binary>`'
|