mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-19 20:50:26 +00:00
Update cheatsheets
This commit is contained in:
34
linux/slapt-get
Normal file
34
linux/slapt-get
Normal file
@@ -0,0 +1,34 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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>.
|
||||
|
||||
- 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}}`
|
||||
|
||||
- Remove a package:
|
||||
|
||||
`slapt-get --remove {{package}}`
|
||||
|
||||
- Upgrade all installed packages to their latest available versions:
|
||||
|
||||
`slapt-get --upgrade`
|
||||
|
||||
- Locate packages by the package name, disk set, or version:
|
||||
|
||||
`slapt-get --search {{query}}`
|
||||
|
||||
- Show information about a package:
|
||||
|
||||
`slapt-get --show {{package}}`
|
||||
Reference in New Issue
Block a user