You are not logged in.
Hi all. I've put under the ignore section in my "pacman.conf" the following:
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
#IgnorePkg = kernel26 nvidia
#IgnoreGroup =NoUpgrade = kernel26 nvidia
#NoExtract =
Problem is that pacman still tries to upgrade them!
If i put them in the IGNORE PKG pacman won't upgrade any other package!
Why?
Last edited by z3r0 (2010-02-23 00:14:08)
Offline
EDIT:
deleted complete tosh
Last edited by toad (2010-02-22 22:47:52)
never trust a toad...
::Grateful ArchDonor::
::Grateful Wikipedia Donor::
Offline
@z3r0 i suggest to read man pacman.conf. NoUpgrade has other purpose. what you really what is to add kernel26 and nvidia to Ignorepkg
Give what you have. To someone, it may be better than you dare to think.
Offline
IgnorePkg is for packages
NoUpgrade is for files
IgnorePkg = kernel26 nvidiais what you want, it works for me flawlessly. only those and any packages depending on those will be held back.
//github/
Offline
not working ![]()
root@ deathstar# cat /etc/pacman.conf | grep kern
IgnorePkg = kernel26 nvidia
#NoUpgrade = kernel26 nvidiaroot@ deathstar# pacman -Syu
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
:: Starting full system upgrade...
warning: kernel26: ignoring package upgrade (2.6.31.6-1 => 2.6.32.8-1)
warning: nvidia: ignoring package upgrade (190.42-1 => 190.53-4)
resolving dependencies...
looking for inter-conflicts...
error: failed to prepare transaction (could not satisfy dependencies)
:: nvidia: requires nvidia-utils=190.42
Offline
It seems to work perfectly. However, the reason you cant update is becouse pacman trying to update nvidia-utils who depend upon nvidia who is ignored.
The solution to this problem is simple; ignore nvidia-utils too, then things will work.
Offline
nice. Solved, thanks. Thought nvidia-utils came with nvidia and didn't think about excluding that one too.
Last edited by z3r0 (2010-02-23 00:13:50)
Offline