Friday, May 3, 2024
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 1462  / 2 Years ago, sun, august 21, 2022, 5:04:16

Every day - some days more than once - a Software Updater appears in my left side bar. Is this normal in Ubuntu? Do I really have every day to see this and restart my computer? I don't want to miss the updates recommended for Ubuntu, but too often seems to be useless.


Is there a way to configure for updater to automatically install the most important packages? Or only search for the real important ones? I am basically a Java developer who will use Eclipse, MySql and Tomcat with some frameworks.


More From » update-manager

 Answers
4

Yeah that's normal. You can disable it or reduce the frequency.


To disable it, go to Startup Applications (you can search for it in the dash) and unchecking Update Notifier. These applications can be hidden sometimes and you need to show them. See this question: How do I add/remove the "hidden" startup applications?


enter image description here


Then make sure you periodically run these commands in terminal:


sudo apt-get update
sudo apt-get upgrade

To reduce the frequency, see the answer above by @chakes.


[#24268] Tuesday, August 23, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
iething

Total Points: 49
Total Questions: 127
Total Answers: 112

Location: Luxembourg
Member since Tue, Jan 25, 2022
2 Years ago
;