LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to install updates (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-install-updates-4175444528/)

StefanP 01-07-2013 12:48 PM

How to install updates
 
I have Debian 6.0.6. After doing an

# apt-get update

and rebooting the computer I received the following notification:

There is 17 updates and 16 security updates available

How can I install those updates?

snowday 01-07-2013 12:52 PM

I personally upgrade my Debian system using:

Code:

apt-get update
apt-get dist-upgrade

For more info see

Code:

man apt-get
or the fine Debian documentation.

findingdonato 01-10-2013 04:26 AM

you can do:

$apt-get update upgrade

to download and install new versions of packages.

$apt-get dist-upgrade

to get the current stable version of your distribution.

snowday 01-10-2013 08:07 AM

Quote:

Originally Posted by findingdonato (Post 4866901)
you can do:

$apt-get update upgrade

to download and install new versions of packages.

$apt-get dist-upgrade

to get the current stable version of your distribution.

This is incorrect; please see:

Code:

man apt-get
for the truth. :)


All times are GMT -5. The time now is 04:37 AM.