Earlier this year I had to pin my kernel because an update came down the pipe that broke WINE compatibility with Win16 apps. I followed the directions here: How to skip kernel update?
It appears as though the issue has been fixed because tests have shown that Win16 applications once again work with later kernel builds. I've removed the changes I made, but the kernel is still not updating. What am I missing?
Open a terminal
sudo -s echo kernel_package install | dpkg --set-selections Replace kernel_package with the package you want to pin.
Now run:
sudo apt-get update && sudo apt-get upgrade" so you need to run those commands
– Panther Nov 25 '14 at 15:12