Auto update an debian Server with Aptitude
- Published in Debian
How to keep software up-to-date automatically on Ubuntu Server using Aptitude Usual disclaimer This article is provided as it and no responsibility will be taken for things going wrong. Tested on Ubuntu 8.10 server. Using Aptitude If you've ever tried out Ubuntu you'll probably know what aptitude is and how to manage packages. Updating your system is as simple as sudo aptitude udpate && sudo aptitude upgrade This updates the package lists and presents any upgrades. Automating the process Wouldn't it be easier if you could automate this and forget about it? That way your server can stay up to…
Read more...