Disable Annoying Update-Manager Popup in Ubuntu
This post was written by admin on February 19, 2010
Posted Under: General
Posted Under: General
Update-Manager window frequently pop-up when I’m operating on my Ubuntu machine.
It’s very annoying and follow is what I did in my Ubuntu Karmic machine to disable this annoying pop-up window.
Step1: Go to System->Administration->Software Sources->Updates tab,un-tick all check-boxes.

Step2: Go to System->Preferences->Startup Applications->Un-tick “Update Notifier”

Hope this help,and you can manually run update-manager from System->Administration->Update Manager to update your system.
Related posts:
- 2ClickUpdate – Another Powerful Update Manager for Ubuntu in Two Clicks(GUI&CLI)
- Disable the annoying Beep when shutdown Ubuntu
- Upgrade ubuntu 9.04(Jaunty) to ubuntu 9.10(Karmic) using update manager
- Touchpad Indicator update with Auto-Disable touchpad when mouse plugged
- Fix DSL pppoe connection problem with Network Manager in Ubuntu 9.10

Reader Comments
# by konsole
gconftool -s –type bool /apps/update-notifier/auto_launch false
[Reply]
thanks, it really helps.
[Reply]
No –type, it’s -t
gconftool -s –t bool /apps/update-notifier/auto_launch false
[Reply]