slpkg/docs/install.md
Dimitris Zlatanidis ab351a8a8c Fixed url
2024-04-20 17:24:54 +03:00

35 lines
829 B
Markdown

# INSTALLATION INSTRUCTIONS
## Download
Download the last release: <a href="https://gitlab.com/dslackw/slpkg/-/archive/5.0.6/slpkg-5.0.6.tar.gz">slpkg-5.0.6.tar.gz</a>
## Install
```shell
$ tar xvf slpkg-5.0.6.tar.gz
$ cd slpkg-5.0.6
$ ./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-5.0.6'-x86_64-1_dsw.txz">slpkg-5.0.6'-x86_64-1_dsw.txz</a>
```shell
$ upgradepkg --install-new slpkg-5.0.6-x86_64-1_dsw.txz
```
## Dependencies
```
python3-build >= 0.10.0
python3-pythondialog >= 3.5.3
python3-progress >= 1.6
```
Enjoy!