Historical bug tracker for the Pacman package manager.
The pacman bug tracker has moved to gitlab:
https://gitlab.archlinux.org/pacman/pacman/-/issues
This tracker remains open for interaction with historical bugs during the transition period. Any new bugs reports will be closed without further action.
The pacman bug tracker has moved to gitlab:
https://gitlab.archlinux.org/pacman/pacman/-/issues
This tracker remains open for interaction with historical bugs during the transition period. Any new bugs reports will be closed without further action.
FS#4347 - HoldPkg broken in Pacman
Attached to Project:
Pacman
Opened by Rob (RobK) - Sunday, 02 April 2006, 22:29 GMT
Last edited by Jan de Groot (JGC) - Monday, 03 April 2006, 06:15 GMT
Opened by Rob (RobK) - Sunday, 02 April 2006, 22:29 GMT
Last edited by Jan de Groot (JGC) - Monday, 03 April 2006, 06:15 GMT
|
DetailsI added kernel26 to the HoldPkg line in /etc/pacman.conf. The line reads as follows:
HoldPkg = pacman glibc kernel26 But when I do a "pacman -Syu", pacman tries to upgrade me to the latest kernel. Rob |
This task depends upon
As JGC said, use IgnorePkg.
To help users, I would suggest that you add the following to the default /etc/pacman.conf file:
#IgnorePkg = Packagename1 Packagename2
#
# Packages listed IgnorePkg will never be upgraded. (i.e. the package is pinned)
# Packages listed in HoldPkg will never be removed.
#