2

Anyone know how to do the above? Thanks!

jdrch
  • 110
  • 1
  • 11

1 Answers1

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