0

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?

muru
  • 197,895
  • 55
  • 485
  • 740

1 Answers1

-1

This will automatically update your package:

sudo aptitude update
sudo aptitude safe-upgrade
sudo aptitude full-upgrade
Eric Carvalho
  • 54,385
BDRSuite
  • 3,156
  • 1
  • 12
  • 11