I have run this command on my ubuntu linux system, now how do I install these updates:

\usr\bin\apt-get -y update

It downloaded the package updates, however how do I proceed to install them now?

link|improve this question

75% accept rate
feedback

1 Answer

up vote 4 down vote accepted

No, it didn't. It downloaded updated lists of packages. What you need is

sudo apt-get upgrade 

This will download new versions of packages and install them.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.