aenon / yogurt

A pacman/yaourt frontend for human beings

Home Page:https://github.com/aenon/yogurt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YOGURT

yogurt logo

NAME

yogurt — a frontend to pacman based on yaourt, with human readable operations and options.

SYNOPSIS

yogurt specific usage:

yogurt <operation> [packages]

example

yogurt update
yogurt upgrade
yogurt search PACKAGENAME

calling yaourt:

yogurt <operation> [options] [packages]

example

yogurt -Si PACKAGENAME

OPERATIONS

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

LICENSE

yogurt is published under GPL V3. The bash_completion file is in public domain.

LOGO

Yogurt by Vashte Johnson from the Noun Project.

TO-DO

  • Finish bash_completion.

About

A pacman/yaourt frontend for human beings

https://github.com/aenon/yogurt

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%