slpkg/docs/install.md
2023-08-09 17:52:03 +03:00

36 lines
848 B
Markdown

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