mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-05 11:02:14 +01:00
23 lines
526 B
Markdown
23 lines
526 B
Markdown
### Installation
|
|
|
|
Download the last release: <a href="https://gitlab.com/dslackw/slpkg/-/archive/4.8.9/slpkg-4.8.9.tar.gz">slpkg-4.8.9.tar.gz</a> and:
|
|
|
|
```
|
|
$ tar xvf slpkg-4.8.9.tar.gz
|
|
$ cd slpkg-4.8.9
|
|
$ ./install.sh
|
|
```
|
|
the package will be installed as Slackware package.
|
|
|
|
Alternatively you can visit: <a href="https://slackbuilds.org/repository/15.0/system/slpkg/" target="_blank">SlackBuilds.org</a> repository.
|
|
|
|
|
|
### Dependencies
|
|
|
|
```
|
|
SQLAlchemy >= 1.4.46
|
|
python3-pythondialog >= 3.5.3
|
|
python3-progress >= 1.6
|
|
```
|
|
|
|
Enjoy!
|