You are not logged in.
Hello,
I want to keep some packages from being upgraded as well as some directories from being written to, so I used IngorePkg and NoExtract in /etc/pacman.conf, but pacman totally ignores those lines. There is no error message or anything else, the directories fill and mentioned packages show up on the update's list.
Can anybody help?
[klemens@arch-pc ~]$ egrep "IgnorePkg|NoExtract" /etc/pacman.conf
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
IgnorePkg = linux,linux-headers
NoExtract = /usr/share/{doc,gtk-doc,man}/*
Well, the problem with the directories is solved I forgot to remove the leading "root-slash", but IgnorePkg still doesn't work, though.
Last edited by klenamenis (2014-10-15 17:32:31)
Offline
I think packages should be space-separated, not comma-separated.
Last edited by Pse (2014-10-15 17:03:21)
Offline
I think packages should be space-separated, not comma-separated.
This. IgnorePkg is an array.
Offline
I kinda feel dumb now ;D thanks!
Offline