Manjaro Difference between revisions of "Pacman Overview"

Difference between revisions of "Pacman Overview"

From Manjaro
imported>Verityproductions
imported>Verityproductions
Line 66: Line 66:




= Orphaned Software Packages =
=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)
= Listing Information about Installed Packages =
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]




Cookies help us deliver our services. By using our services, you agree to our use of cookies.