Even without using unattended install on Ubuntu 14.04, the kernels are marked as manually installed. This prevent apt autoremove from removing unneeded kernel.
So I needed to do this tricks: sudo apt-mark auto $(apt-mark showmanual | grep linux-image) Then I can run normally: sudo apt-get autoremove -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1175637 Title: Kernel updates are being marked as manually installed To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1175637/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
