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
2024-05-11 00:08:53 +03:00
Download the last release: < a href = "https://gitlab.com/dslackw/slpkg/-/archive/5.0.8/slpkg-5.0.8.tar.gz" > slpkg-5.0.8.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
2024-05-11 00:08:53 +03:00
$ tar xvf slpkg-5.0.8.tar.gz
$ cd slpkg-5.0.8
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
2024-05-11 00:08:53 +03:00
Download the binary package < a href = "https://downloads.sourceforge.net/project/slpkg/binary/slpkg-5.0.8-x86_64-1_dsw.txz" > slpkg-5.0.8-x86_64-1_dsw.txz< / a >
2023-06-30 11:53:14 +03:00
```shell
2024-05-11 00:08:53 +03:00
$ upgradepkg --install-new slpkg-5.0.8-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
python3-pythondialog >= 3.5.3
```
2023-06-12 12:26:04 +03:00
Enjoy!