2

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.

Kaz Wolfe
  • 34,122
  • 21
  • 114
  • 172

1 Answers1

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