mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-16 07:47:35 +01:00
28 lines
797 B
Text
28 lines
797 B
Text
Installation
|
|
============
|
|
|
|
|
|
Python & OS Support
|
|
-------------------
|
|
|
|
Slpkg works with Python versions 2.7.5+ (Python 3 not supported yet)
|
|
|
|
Slpkg works on Slackware distribution and possibly in some Slackware based
|
|
distribution like SalixOS, Slackel etc.
|
|
|
|
Install slpkg
|
|
-------------
|
|
|
|
There are mainly 3 ways:
|
|
|
|
1) (Default method) Download latest slpkg version from:
|
|
https://github.com/dslackw/slpkg/releases
|
|
Untar or unzip the archive, cd in slpkg-<version> directory.
|
|
Run install.sh in this directory `./install.sh` and slpkg auto-installed
|
|
as Slackware package (root privileges are required).
|
|
|
|
2) Download binary package from https://github.com/dslackw/slpkg/releases
|
|
and use Slackware command `upgradepkg --install-new <slpkg binary>`
|
|
|
|
3) Using pip: pip install slpkg --upgrade
|
|
|