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?
|
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?
| |||
|
feedback
|
|
No, it didn't. It downloaded updated lists of packages. What you need is
This will download new versions of packages and install them. | |||
|
feedback
|