mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-15 21:03:59 +01:00
19 lines
387 B
Markdown
19 lines
387 B
Markdown
|
# paru
|
||
|
|
||
|
[paru][paru] is a new AUR helper for [Arch Linux](/.archlinux).
|
||
|
|
||
|
## Use Cases
|
||
|
|
||
|
paru can be used to:
|
||
|
|
||
|
- Easily check for updates of AUR packages
|
||
|
- Install packages faster (no typing sudo!)
|
||
|
- Clean unused dependencies easily (`-c`)
|
||
|
|
||
|
You should not use paru if:
|
||
|
|
||
|
- You want to use [yay](yay) instead.
|
||
|
|
||
|
[paru]: https://github.com/Morganamilo/paru
|
||
|
[yay]: https://github.com/Jguer/yay
|