2023-06-15 09:23:27 +02:00
# INSTALLATION INSTRUCTIONS
2023-06-15 08:31:53 +02:00
## Download
2023-06-12 11:14:15 +02:00
2023-06-30 09:14:22 +02:00
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 >
2023-06-12 11:23:26 +02:00
2023-06-15 08:31:53 +02:00
## Install
2023-06-30 10:53:14 +02:00
```shell
2023-06-30 09:14:22 +02:00
$ tar xvf slpkg-4.9.1.tar.gz
$ cd slpkg-4.9.1
2023-06-12 11:14:15 +02:00
$ ./install.sh
2023-06-12 11:23:26 +02:00
```
2023-06-13 19:48:03 +02:00
The package will be installed as Slackware package.
2023-06-15 08:31:53 +02:00
## Slackbuilds.org
2023-06-12 11:23:26 +02:00
2023-06-12 12:37:51 +02:00
Alternatively you can visit: < a href = "https://slackbuilds.org/repository/15.0/system/slpkg/" target = "_blank" > SlackBuilds.org< / a > repository.
2023-06-30 10:53:14 +02:00
## 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
```
2023-06-15 08:31:53 +02:00
## Dependencies
2023-06-12 11:37:24 +02:00
```
2023-07-01 09:11:06 +02:00
python3-build >= 0.10.0
2023-06-12 11:37:24 +02:00
SQLAlchemy >= 1.4.46
python3-pythondialog >= 3.5.3
python3-progress >= 1.6
```
2023-06-12 11:26:04 +02:00
Enjoy!