slpkg/docs/install.md

28 lines
574 B
Markdown
Raw Normal View History

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
2023-06-23 09:38:24 +03:00
Download the last release: <a href="https://gitlab.com/dslackw/slpkg/-/archive/4.9.0/slpkg-4.9.0.tar.gz">slpkg-4.9.0.tar.gz</a>
2023-06-12 12:23:26 +03:00
2023-06-15 09:31:53 +03:00
## Install
2023-06-12 12:14:15 +03:00
```
2023-06-23 09:38:24 +03:00
$ tar xvf slpkg-4.9.0.tar.gz
$ cd slpkg-4.9.0
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-15 09:31:53 +03:00
## Dependencies
2023-06-12 12:37:24 +03:00
```
SQLAlchemy >= 1.4.46
python3-pythondialog >= 3.5.3
python3-progress >= 1.6
```
2023-06-12 12:26:04 +03:00
Enjoy!