I am using Ubuntu 14.04 as a virtual machine. During installation of a previously installed library in the terminal, I found I have 274 packages not upgraded.
How do I upgrade them?
Do I have to upgrade them one by one?
I am using Ubuntu 14.04 as a virtual machine. During installation of a previously installed library in the terminal, I found I have 274 packages not upgraded.
How do I upgrade them?
Do I have to upgrade them one by one?
This will automatically update your package:
sudo aptitude update
sudo aptitude safe-upgrade
sudo aptitude full-upgrade
sudo apt-get upgrade
. What happens? – muru Dec 11 '14 at 16:47