yogurt
— a frontend to pacman
based on yaourt
, with human readable operations and options.
yogurt
specific usage:
yogurt <operation> [packages]
example
yogurt update
yogurt upgrade
yogurt search PACKAGENAME
calling yaourt
:
yogurt <operation> [options] [packages]
example
yogurt -Si PACKAGENAME
Operation | Effect |
---|---|
update |
yaourt -Sy |
search |
yaourt -Ss |
show |
yaourt -Si |
install |
yaourt -S |
upgrade |
yaourt -Syu |
remove |
yaourt -Rs |
purge |
yaourt -Rsn |
depends |
yaourt -Si $@ | grep "Depends On \\|Name" |
clean |
yaourt -Scc |
autoclean |
yaourt -Sc |
autoremove |
yaourt -R $(yaourt -Qdtq) |
list-installed |
yaourt -Q |
list-manual |
yaourt -Qe |
list-auto |
yaourt -Qd |
yogurt
is published under GPL V3. The bash_completion
file is in public domain.
Yogurt by Vashte Johnson from the Noun Project.
- Finish
bash_completion
.