slpkg/docs/install.md

24 lines
526 B
Markdown
Raw Normal View History

2023-06-12 11:14:15 +02:00
### Installation
2023-06-12 20:05:04 +02:00
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:
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:23:26 +02:00
```
2023-06-12 20:06:16 +02:00
the package will be installed as Slackware package.
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-12 11:26:04 +02:00
2023-06-12 20:02:42 +02:00
### Dependencies
2023-06-12 11:37:24 +02:00
```
SQLAlchemy >= 1.4.46
python3-pythondialog >= 3.5.3
python3-progress >= 1.6
```
2023-06-12 11:26:04 +02:00
Enjoy!