How to download security updates for Ubuntu Hardy

Which command should I use to download security uodates for Ubuntu Hardy?

Ideally would like the command to also create a log file listing files downloaded, install and any errors.

Thanks for help.

Answer

A good start:

$ apt-get update
$ apt-get upgrade

And check /var/log/dpkg.log and /var/log/apt/term.log

Attribution
Source : Link , Question Author : April , Answer Author : rkthkr

Leave a Comment