mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-17 07:48:18 +01:00
26 lines
665 B
Text
26 lines
665 B
Text
Installation
|
|
============
|
|
|
|
|
|
Python & OS Support
|
|
-------------------
|
|
|
|
slpkg works with Python versions 2.7.5+ (Python 3 not supported yet)
|
|
slpkg works on Slackware distribution.
|
|
|
|
Install slpkg
|
|
-------------
|
|
|
|
There are mainly five ways:
|
|
|
|
1) Download latest slpkg version from https://github.com/dslackw/slpkg/releases
|
|
Untar or unzip the archive, cd in slpkg-?.?.? directory.
|
|
Run install.sh in this directory `./install.sh` and slpkg auto-installed.
|
|
|
|
2) Download slpkg package from slackbuilds.org.
|
|
|
|
3) Download binary package from sourceforge:
|
|
|
|
https://sourceforge.net/projects/slpkg/
|
|
|
|
and use Slackware command `upgradepkg --install-new <slpkg binary>`
|