Do you wanna Arch BTW but can't remember those pesky pacman commands ? Behold pac ! a simplified frontend to pacman.
Usage :-
pac [operation] <pkg list>
install/add --> Install the specified program.
remove/delete --> Removes the specified program with dependencies.
search/find --> Searches for a package in package lists.
refresh/sync --> Refreshes package lists.
upgrade/update --> Updates all packages to latest version.
clean/tidy --> Removes cached package downloads.
Note: You can also pass flags directly to pacman. eg. pac -Syu
Note: Multiple aliases are provided for same tasks. For Example, pac refresh
and pac sync
are equivalent and is just a matter of personal preference.
git clone https://github.com/frak0d/pac
sudo g++ -O2 -s pac/pac.cpp -o /usr/bin/pac && rm -r pac
sudo rm /usr/bin/pac