tldr/pages/linux/slapt-get.md

30 lines
673 B
Markdown
Raw Normal View History

2018-10-04 11:51:14 +01:00
# slapt-get
> An apt like system for Slackware package management.
> Package sources need to be configured in the slapt-getrc file.
> More information: <https://software.jaos.org>.
2018-10-04 11:51:14 +01:00
- Update the list of available packages and versions:
`slapt-get --update`
- Install a package, or update it to the latest available version:
`slapt-get --install {{package}}`
2018-10-04 11:51:14 +01:00
- Remove a package:
`slapt-get --remove {{package}}`
2018-10-04 11:51:14 +01:00
- Upgrade all installed packages to their latest available versions:
`slapt-get --upgrade`
2018-10-04 11:51:14 +01:00
- Locate packages by the package name, disk set, or version:
2018-10-04 11:51:14 +01:00
`slapt-get --search {{query}}`
2018-10-04 11:51:14 +01:00
- Show information about a package:
`slapt-get --show {{package}}`