Anyone know how to do the above? Thanks!
Asked
Active
Viewed 810 times
1 Answers
2
Reinstalling the package (purge
then install
it again) seem to do the desired action— it will overwrite current configuration file (e.g. /etc/apt/apt.conf.d)/50unattended-upgrade
to the default value.
sudo apt purge unattended-upgrades && sudo apt install unattended-upgrades
Tested on 18.04 machine.

Liso
- 15,377
- 3
- 51
- 80