View Ubuntu list automatic security updated packages #!/bin/bash cat /var/run/reboot-required.pkgs xargs aptitude changelog < /var/run/reboot-required.pkgs | grep urgency=highRead More