Automatically update your Ubuntu system with cron-apt
Updating all the software on your system can be a pain, but with Linux it doesn't have to be that way. We'll show you how to combine the apt package management system with a task scheduler to automatically update your system.
If you've been using Linux for even a short time you'll surely have experienced the wonders of having a package management system at your disposal. For Debian and Ubuntu users the package manager you get is the excellent apt-get system. apt-get makes installing a new program (e.g. xclock, a graphical clock) as simple as:
% apt-get install xclock
That's nice, but the real reason apt is so useful is that updating your entire system all at once is just as easy:
% apt-get update
...
% apt-get upgrade
...
You can make things even easier, however.


Recent comments
2 hours 39 min ago
5 hours 30 min ago
10 hours 20 min ago
15 hours 57 min ago
1 day 2 min ago
1 day 47 min ago
1 day 1 hour ago
1 day 1 hour ago