mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
paru: add command for uninstalling packages (#18978)
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
# paru
|
||||
|
||||
> An AUR helper and pacman wrapper.
|
||||
> See also: `pacman`, `yay`.
|
||||
> More information: <https://github.com/Morganamilo/paru>.
|
||||
|
||||
- Interactively search for and install a package:
|
||||
@@ -15,6 +16,10 @@
|
||||
|
||||
`paru -Sua`
|
||||
|
||||
- Remove an installed package, it's configuration files, and dependencies:
|
||||
|
||||
`paru -Rns {{package}}`
|
||||
|
||||
- Get information about a package:
|
||||
|
||||
`paru -Si {{package}}`
|
||||
|
||||
Reference in New Issue
Block a user