0

To update packages, I do

sudo apt-get update
sudo apt-get uprgade

but it never finds security update automatically and I get this notification: enter image description here

How do I install security update using apt?

mattiav27
  • 875
  • sudo apt-get upgrade works within certain restrictions thus not all upgrades are installed. Use man apt-get to view those restrictions, where you'll note sudo apt-get dist-upgrade performs all upgrade does but without the restrictions that are placed on 'upgrade' alone. – guiverc Dec 06 '19 at 06:58
  • @guiverc yes it does. Thank you. – mattiav27 Dec 06 '19 at 07:03

0 Answers0