slpkg/INSTALL

30 lines
758 B
Text
Raw Normal View History

2014-08-18 01:00:28 +03:00
Installation
============
Python & OS Support
-------------------
Slpkg works with Python versions 2.7.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:
https://gitlab.com/dslackw/slpkg/releases
2015-09-14 01:05:08 +03:00
Untar or unzip the archive, change directory in slpkg-<version>
and run './install.sh'.
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
2018-06-09 22:00:13 +02:00
2) Download binary package from https://sourceforge.net/projects/slpkg/files/binary/
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