paru: add command for uninstalling packages (#18978)

Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
This commit is contained in:
Peyton
2025-10-26 13:30:08 -05:00
committed by GitHub
parent b3cdcf51a2
commit a539adc678
+5
View File
@@ -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}}`