slpkg/docs/install.md

36 lines
827 B
Markdown
Raw Normal View History

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