Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In case there are issues with "hold back" packages:

sudo apt-get --with-new-pkgs upgrade

In case there are issues with unattended-upgr:

  1. get process id with "ps -e | grep unat
  2. sudo kill -9 "PID"

...