Difference between revisions of "Pacman Overview"
Views
Actions
Namespaces
Variants
Tools
no edit summary
imported>Verityproductions |
imported>Verityproductions |
||
Line 66: | Line 66: | ||
= | =Dependencies= | ||
To list all dependencies of a particular software package (i.e. other software that requires the specified software package in order to work), enter the following command: | |||
pactree [software package name] | |||
= Orphans= | |||
To list all ''orphans'' - that is, installed packages that are not used by anything else and that consequently serve no purpose - enter the following command: | To list all ''orphans'' - that is, installed packages that are not used by anything else and that consequently serve no purpose - enter the following command: | ||
Line 76: | Line 83: | ||
sudo pacman -Sc $(pacman -Qdtq) | sudo pacman -Sc $(pacman -Qdtq) | ||