If you wondered how to stop the annoying automatic upgrades that push unknown software in background loading the computer while you browse or work and Why here is how:
* 1. Stop Annoying Unattended Upgrades on Debian and Ubuntu Linux
As root you have to execute following command
linux:~# apt-get remove –yes unattended-upgrades
And TA DA DAAA DAA DAaM !!!
* From now if you like to upgrade to latest in order to upgrade you can do it manually with these 3 commands:
linux:~# apt-get update && apt-get upgrade && apt-get dist-upgrade dist-upgrade
Your thanks to me are very welcome
More helpful Articles
Tags: auto upgrades, Debian, howto, Linux, Stop