Sunday, August 12, 2018

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


No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...