DarkMatter in Cyberspace
  • Home
  • Categories
  • Tags
  • Archives

Package Management on Arch Linux


Search packages: pacman -Ss pkg1 pkg2 ...;

Install packages with updated repo: pacman -Syu pkg1 pkg2 ...;

Remove a package and its dependencies which is not required by other installed packages: pacman -Rs pkg1;

Remove a package and leaving all its dependencies installed: pacman -R pkg1;

Remove all orphaned packages: pacman -Rns $(pacman -Qtdq);

Ref: pacman on Arch Linux.



Published

May 1, 2014

Last Updated

May 1, 2014

Category

Tech

Tags

  • arch 4
  • package management 1
  • pacman 3

Contact

  • Powered by Pelican. Theme: Elegant by Talha Mansoor