2018-10-04 11:51:14 +01:00
|
|
|
# slapt-get
|
|
|
|
|
pages*: fix brand and technical names (#12145)
* pages*: fix Python, Java, pacman, apt, *zip*, xz, tar, git, RPM and grep names
* pages*: fix brand and technical names
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
* fluxctl, gitmoji, in-toto-run, osv-scanner: replace `git` with Git
* bzegrep: enclose egrep with backticks
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
* git-bug: use Git instead of `git`
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
* git-bug: use Git instead of `git`
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
* git-force-clone: use Git instead of `git`
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
* gitwatch: use Git instead of `git`
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
* hub-init: use Git instead of `git`
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
* pages.*: use Linux instead of GNU/Linux
---------
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2024-01-30 04:46:32 +00:00
|
|
|
> An `apt` like system for Slackware package management.
|
2018-10-04 11:51:14 +01:00
|
|
|
> Package sources need to be configured in the slapt-getrc file.
|
2022-03-21 17:07:48 +00:00
|
|
|
> 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:
|
|
|
|
|
2023-08-26 18:30:06 +01:00
|
|
|
`slapt-get --install {{package}}`
|
2018-10-04 11:51:14 +01:00
|
|
|
|
|
|
|
- Remove a package:
|
|
|
|
|
2023-08-26 18:30:06 +01:00
|
|
|
`slapt-get --remove {{package}}`
|
2018-10-04 11:51:14 +01:00
|
|
|
|
|
|
|
- Upgrade all installed packages to their latest available versions:
|
|
|
|
|
2020-12-14 12:05:58 +00:00
|
|
|
`slapt-get --upgrade`
|
2018-10-04 11:51:14 +01:00
|
|
|
|
2021-08-15 18:59:09 +01:00
|
|
|
- Locate packages by the package name, disk set, or version:
|
2018-10-04 11:51:14 +01:00
|
|
|
|
2023-08-26 18:30:06 +01:00
|
|
|
`slapt-get --search {{query}}`
|
2018-10-04 11:51:14 +01:00
|
|
|
|
|
|
|
- Show information about a package:
|
|
|
|
|
2023-08-26 18:30:06 +01:00
|
|
|
`slapt-get --show {{package}}`
|