2014-08-18 01:00:28 +03:00
|
|
|
Installation
|
|
|
|
============
|
|
|
|
|
|
|
|
|
|
|
|
Python & OS Support
|
|
|
|
-------------------
|
|
|
|
|
2016-10-26 23:33:40 +03:00
|
|
|
Slpkg works with Python versions 2.7.5+ and Python 3.x (tested in 3.5+).
|
2015-02-21 11:55:16 +02:00
|
|
|
|
|
|
|
Slpkg works on Slackware distribution and possibly in some Slackware based
|
|
|
|
distribution like SalixOS, Slackel etc.
|
2014-08-18 01:00:28 +03:00
|
|
|
|
2015-09-14 01:05:08 +03:00
|
|
|
|
2014-08-18 01:00:28 +03:00
|
|
|
Install slpkg
|
|
|
|
-------------
|
|
|
|
|
2015-02-18 08:15:06 +02:00
|
|
|
There are mainly 3 ways:
|
2014-08-18 01:00:28 +03:00
|
|
|
|
2015-09-14 01:05:08 +03:00
|
|
|
1) Suggested method, download latest slpkg version from:
|
2015-02-21 11:55:16 +02:00
|
|
|
https://github.com/dslackw/slpkg/releases
|
2015-09-14 01:05:08 +03:00
|
|
|
Untar or unzip the archive, change directory in slpkg-<version>
|
2016-10-26 23:33:40 +03:00
|
|
|
and run './install.sh' or 'PYTHON3=yes ./install.sh' for Python 3.
|
2015-09-14 01:05:08 +03:00
|
|
|
slpkg auto-installed as Slackware package (root privileges are required).
|
2014-08-30 04:17:11 +03:00
|
|
|
|
2015-02-21 11:55:16 +02:00
|
|
|
2) Download binary package from https://github.com/dslackw/slpkg/releases
|
2014-09-05 06:20:59 +03:00
|
|
|
and use Slackware command `upgradepkg --install-new <slpkg binary>`
|
2015-02-21 11:55:16 +02:00
|
|
|
|
|
|
|
3) Using pip: pip install slpkg --upgrade
|
|
|
|
|