Auto update even when it is disabled

Although I had disabled the auto update of ubuntu 17.10. However, I see a window which says when do you want to reboot to install the updates!!

Is that normal?

enter image description here


Solution 1:

Disable unattended upgrades:

sudo dpkg-reconfigure unattended-upgrades  

Select "no" when asked "Configuring unattended-upgrades" then select "ok".

More information on unattended-upgrades can be found at:

wiki.debian.org

help.ubuntu.com