Easy way to stop kernel updates on Ubuntu
·
fred
One easy command to stop kernel updates on Ubuntu (as root):
echo `dpkg -l "*$(uname -r)*" | grep image | awk '{print $2}'` hold | dpkg --set-selections`