2023-06-12 11:14:15 +02:00
|
|
|
### Installation
|
|
|
|
|
2023-06-12 11:29:44 +02:00
|
|
|
Download the last release: [Download](https://gitlab.com/dslackw/slpkg/-/archive/4.8.9/slpkg-4.8.9.tar.gz) and:
|
2023-06-12 11:23:26 +02:00
|
|
|
|
2023-06-12 11:14:15 +02:00
|
|
|
```
|
|
|
|
$ tar xvf slpkg-4.8.9.tar.gz
|
|
|
|
$ cd slpkg-4.8.9
|
|
|
|
$ ./install.sh
|
2023-06-12 11:25:11 +02:00
|
|
|
|
2023-06-12 11:23:26 +02:00
|
|
|
```
|
2023-06-12 11:29:56 +02:00
|
|
|
the package will be installed as slackware package.
|
2023-06-12 11:23:26 +02:00
|
|
|
|
2023-06-12 11:26:04 +02:00
|
|
|
Alternatively you can visit: [SlackBuilds.org](https://slackbuilds.org/repository/15.0/system/slpkg/)
|
|
|
|
|
2023-06-12 11:37:24 +02:00
|
|
|
### Requirements
|
|
|
|
|
|
|
|
```
|
|
|
|
SQLAlchemy >= 1.4.46
|
|
|
|
python3-pythondialog >= 3.5.3
|
|
|
|
python3-progress >= 1.6
|
|
|
|
```
|
|
|
|
|
2023-06-12 11:26:04 +02:00
|
|
|
Enjoy!
|