ez alapján: https://help.ubuntu.com/9.04/serverguide/C/automatic-updates.html
annyit kellene tenned, hogy kikommenteled a következő sorokat az
/etc/apt/apt.conf.d/50unattended-upgrades
fájlban valahogy így:
//Unattended-Upgrade::Allowed-Origins {
// "Ubuntu jaunty-security";
// "Ubuntu jaunty-updates";
//};
Majd esetleg az
unattended-upgrades
csomagot el is távolíthatod:
sudo apt-get remove unattended-upgrades