2023-06-15 10:23:27 +03:00
# INSTALLATION INSTRUCTIONS
2023-06-15 09:31:53 +03:00
## Download
2023-06-12 12:14:15 +03:00
2023-12-03 20:13:51 +02:00
Download the last release: < a href = "https://gitlab.com/dslackw/slpkg/-/archive/4.9.3/slpkg-4.9.3.tar.gz" > slpkg-4.9.3.tar.gz< / a >
2023-06-12 12:23:26 +03:00
2023-06-15 09:31:53 +03:00
## Install
2023-06-30 11:53:14 +03:00
```shell
2023-12-03 20:13:51 +02:00
$ tar xvf slpkg-4.9.3.tar.gz
$ cd slpkg-4.9.3
2023-06-12 12:14:15 +03:00
$ ./install.sh
2023-06-12 12:23:26 +03:00
```
2023-06-13 20:48:03 +03:00
The package will be installed as Slackware package.
2023-06-15 09:31:53 +03:00
## Slackbuilds.org
2023-06-12 12:23:26 +03:00
2023-06-12 13:37:51 +03:00
Alternatively you can visit: < a href = "https://slackbuilds.org/repository/15.0/system/slpkg/" target = "_blank" > SlackBuilds.org< / a > repository.
2023-06-30 11:53:14 +03:00
## Binary package
2023-12-03 20:13:51 +02:00
Download the binary package < a href = "https://downloads.sourceforge.net/project/slpkg/binary/slpkg-4.9.3-x86_64-1_dsw.txz" > slpkg-4.9.3-x86_64-1_dsw.txz< / a >
2023-06-30 11:53:14 +03:00
```shell
2023-12-03 20:13:51 +02:00
$ upgradepkg --install-new slpkg-4.9.3-x86_64-1_dsw.txz
2023-06-30 11:53:14 +03:00
```
2023-06-15 09:31:53 +03:00
## Dependencies
2023-06-12 12:37:24 +03:00
```
2023-07-01 10:11:06 +03:00
python3-build >= 0.10.0
2023-06-12 12:37:24 +03:00
SQLAlchemy >= 1.4.46
python3-pythondialog >= 3.5.3
python3-progress >= 1.6
```
2023-06-12 12:26:04 +03:00
Enjoy!