2023-06-12 19:11:54 +02:00
|
|
|
### Screenshots
|
|
|
|
|
2023-06-15 07:46:53 +02:00
|
|
|
|
|
|
|
# Repositories information
|
2023-06-12 19:11:54 +02:00
|
|
|
```
|
|
|
|
$ slpkg repo-info
|
|
|
|
```
|
|
|
|
<img src="https://gitlab.com/dslackw/slpkg/-/raw/site/docs/images/slpkg_repo_info.png" width="900" title="slpkg repo-info">
|
|
|
|
|
2023-06-15 07:46:53 +02:00
|
|
|
# Install packages
|
|
|
|
|
2023-06-12 19:11:54 +02:00
|
|
|
```
|
|
|
|
$ slpkg install lilv --repository=alien
|
|
|
|
```
|
|
|
|
<img src="https://gitlab.com/dslackw/slpkg/-/raw/site/docs/images/slpkg_install.png" width="900" title="slpkg install">
|
|
|
|
<img src="https://gitlab.com/dslackw/slpkg/-/raw/site/docs/images/slpkg_install_done.png" width="900" title="slpkg install">
|
|
|
|
|
2023-06-15 07:46:53 +02:00
|
|
|
# Remove packages
|
|
|
|
|
2023-06-12 19:11:54 +02:00
|
|
|
```
|
|
|
|
$ slpkg remove lilv
|
|
|
|
```
|
|
|
|
<img src="https://gitlab.com/dslackw/slpkg/-/raw/site/docs/images/slpkg_remove.png" width="900" title="slpkg remove">
|
|
|
|
<img src="https://gitlab.com/dslackw/slpkg/-/raw/site/docs/images/slpkg_remove_done.png" width="900" title="slpkg remove">
|
|
|
|
|
2023-06-15 07:46:53 +02:00
|
|
|
# Search for dependees
|
|
|
|
|
2023-06-12 19:11:54 +02:00
|
|
|
```
|
|
|
|
$ slpkg dependees --pkg-version --full-reverse greenlet
|
|
|
|
```
|
|
|
|
<img src="https://gitlab.com/dslackw/slpkg/-/raw/site/docs/images/slpkg_dependees.png" width="900" title="slpkg dependees">
|
|
|
|
|
2023-06-15 07:46:53 +02:00
|
|
|
# Tracking dependencies
|
|
|
|
|
2023-06-12 19:11:54 +02:00
|
|
|
```
|
|
|
|
$ slpkg tracking --pkg-version Flask awscli pychess
|
|
|
|
```
|
|
|
|
<img src="https://gitlab.com/dslackw/slpkg/-/raw/site/docs/images/slpkg_tracking.png" width="900" title="slpkg tracking">
|