Difference between revisions of "Pacman Overview"

no edit summary
imported>Handy
imported>Aaditya
Line 147: Line 147:


  sudo pacman -Rns
  sudo pacman -Rns
=Holding Back Packages from being Upgraded=
Courtesy the [https://wiki.archlinux.org/index.php/Pacman#Skip_package_from_being_upgraded Arch Wiki]
Pacman's settings are located in  /etc/pacman.conf
'''To hold back a specific package from being updgraded'''
IgnorePkg=package-name
For multiple packages use a space-separated list, or use additional IgnorePkg lines.
''Skipping a whole package group is also possible''
IgnoreGroup=gnome




Anonymous user