PDA

View Full Version : [ubuntu] Dismissing update available icon



hoborocket
June 18th, 2008, 10:39 AM
Is there any way to rig the update notifier to ignore a certain package(s)? I have one, with dependencies, that I never intend to install, but I can't get the update icon to bugger off.

The program in question is held, but it still shows up, just unchecked, and all its unmet dependencies are there too.

I tried to rig a dummy DEB of gaim to have a higher version than the replacement package, but these things are beyond me.

dstew
June 18th, 2008, 01:46 PM
Maybe if you remove and purge the offending package the updater will back off. You can try
sudo apt-get remove --purge <package_name>

EDIT: Maybe I misunderstood. Is it that you want to keep a particular package without upgrading it? If so, you can try
sudo apt-get install --no-upgrade <package_name>

iheartubuntu
June 18th, 2008, 02:26 PM
Im still no Ubuntu pro, but couldnt you go into synaptic package manager and LOCK a specific program so it never updates?