pacmanでよく使うコマンド
update
code:shell
pacman -Syu
install
code:shell
pacman -S NAME
削除
code:shell
pacman -Rs NAME
検索
code:shell
pacman -Ss WORD
pacman -Qs WORD
孤立したパッケージの表示
code:shell
pacman -Qdt
キャッシュの削除
code:shell
pacman -Sc
or
# pacman-contrib
# 新しい順に3つキャッシュを残すので比較的安全
paccache -r