PDA

View Full Version : [ubuntu] upgrading packages



pjmlmas
December 27th, 2018, 01:39 PM
I have 18.04.1. I usually use synaptic to upgrade. I check Installed(upgradable) and do not see any packages listed.

Is synaptic best way to keep 18.04.1. up to date?
Why does it appear that this is not working? It has been at least two months since I last installed a package.
Note firefox is listed at 61.0.1
"Linux" is listed at 4.15.0-33.35 and 4.15.0-33.36.

howefield
December 27th, 2018, 01:44 PM
If you do not mind using the terminal with the following commands..


sudo apt update

this will update the package information held in your machine and near the bottom of the output will tell you how many packages that can be upgraded. Use..


sudo apt upgrade

to upgrade them.

Impavidus
December 27th, 2018, 02:32 PM
You can use synaptic to keep Ubuntu up to date. Don't forget to click "Reload" (first button), which will cause synaptic to check for updates. Synaptic is as good as several other methods to keep Ubuntu up to date: terminal, update manager. You computer is at the moment not up to date.

ajgreeny
December 27th, 2018, 04:36 PM
It could also be of interest to see the output you get from the
sudo apt update command just to check the repos you have enabled are as they should be.