I have not been getting updates. Is there somewhere I can go to receive regular updates when they are available? I'm running Ubuntu 16.04.
Asked
Active
Viewed 134 times
2
-
1Possible duplicate of How can I get Update Manager to Check & Notify for DAILY updates – karel Nov 05 '17 at 20:37
-
@georgesteiner you can accept the answer by clicking the tick mark next to the answer and make it green. – Yaksha Nov 08 '17 at 11:48
1 Answers
3
Go to
System Settings > Software and Updates > Updates
Set
- Automatically check for updates to
daily
- Set
display immediately
for both Security and Other Updates
You can always update manually by running the following commands in the terminal, one after the other
sudo apt-get update
sudo apt-get upgrade

Yaksha
- 1,740