Page 1 of 1
Software packages updates [Solved]

Posted:
Apr 24th, '12, 23:35
by removed-user
Newbie question here: How do you decline updates and prevent them from being re-presented next time the system checks for updates?
Re: Software packages updates

Posted:
Apr 24th, '12, 23:44
by alf
ldp wrote:Newbie question here: How do you decline updates and prevent them from being re-presented next time the system checks for updates?
What do you exactly mean, updates in general or certain packages in particular?
Re: Software packages updates

Posted:
Apr 24th, '12, 23:47
by obgr_seneca
If you want to exclude certain packages from the update, there is the /etc/urpmi/skip.list file.
Either put the exact package names between the slashes or use regular expressions, to exclude a bunch of packages.
Oliver
Re: Software packages updates

Posted:
Apr 24th, '12, 23:53
by removed-user
@alf: Specific packages that aren't relevant like certain language files. I'm being offered 'autocorr' files for various languages.
@seneca: You have to manually update a list "for every update you do not want???!!!"
Thanks for the replies.
Re: Software packages updates

Posted:
Apr 24th, '12, 23:56
by alf
if you have just installed you may remove such packages by
- Code: Select all
remove-unused-packages
in a terminal as root, this prevents for further updates.
Re: Software packages updates

Posted:
Apr 25th, '12, 00:04
by removed-user
If you haven't installed those specific packages? Is there a quick way to stop them being prevented or blacklist them?
Thanks
Re: Software packages updates

Posted:
Apr 25th, '12, 00:08
by alf
Well, remove-unused-packages removes all language files except your choosen language as well the unneeded hardware-drivers.
Re: Software packages updates

Posted:
Apr 25th, '12, 00:14
by removed-user
@alf
Ran remove-unused-packages as root (as you suggested), and then urpme --auto-orphans, and voila, the packages were no longer offered. Excellent. Solved!
Thanks a million!