mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-07 17:24:57 +01:00
38 lines
No EOL
1.2 KiB
Markdown
38 lines
No EOL
1.2 KiB
Markdown
### Screenshots
|
|
|
|
|
|
# Repositories information
|
|
```
|
|
$ slpkg repo-info
|
|
```
|
|
<img src="https://gitlab.com/dslackw/slpkg/-/raw/site/docs/images/slpkg_repo_info.png" width="900" title="slpkg repo-info">
|
|
|
|
# Install packages
|
|
|
|
```
|
|
$ 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">
|
|
|
|
# Remove packages
|
|
|
|
```
|
|
$ 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">
|
|
|
|
# Search for dependees
|
|
|
|
```
|
|
$ 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">
|
|
|
|
# Tracking dependencies
|
|
|
|
```
|
|
$ 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"> |