mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-03 06:56:44 +01:00
35 lines
824 B
Markdown
35 lines
824 B
Markdown
# INSTALLATION INSTRUCTIONS
|
|
|
|
## Download
|
|
|
|
Download the last release: <a href="https://gitlab.com/dslackw/slpkg/-/archive/4.9.1/slpkg-4.9.1.tar.gz">slpkg-4.9.1.tar.gz</a>
|
|
|
|
## Install
|
|
```shell
|
|
$ tar xvf slpkg-4.9.1.tar.gz
|
|
$ cd slpkg-4.9.1
|
|
$ ./install.sh
|
|
```
|
|
The package will be installed as Slackware package.
|
|
|
|
## Slackbuilds.org
|
|
|
|
Alternatively you can visit: <a href="https://slackbuilds.org/repository/15.0/system/slpkg/" target="_blank">SlackBuilds.org</a> repository.
|
|
|
|
## Binary package
|
|
|
|
Download the binary package <a href="https://downloads.sourceforge.net/project/slpkg/binary/slpkg-4.9.1-x86_64-1_dsw.txz">slpkg-4.9.1-x86_64-1_dsw.txz</a>
|
|
|
|
```shell
|
|
$ upgradepkg --install-new slpkg-4.9.1-x86_64-1_dsw.txz
|
|
```
|
|
|
|
## Dependencies
|
|
|
|
```
|
|
SQLAlchemy >= 1.4.46
|
|
python3-pythondialog >= 3.5.3
|
|
python3-progress >= 1.6
|
|
```
|
|
|
|
Enjoy!
|