Ubuntu – Broken packages after kernel update to 3.16

kernelpackage-management

On a 14.04 system, I upgraded the kernel to 3.16 using:

sudo apt-get install --install-recommends linux-generic-lts-utopic xserver-xorg-lts-utopic libgl1-mesa-glx-lts-utopic libegl1-mesa-drivers-lts-utopic

Now a lot of packages like unity-control-center are broken. Also, refuses to install again. How can I fix this?

Best Answer

The main issue was Intel Graphics Installer. Remove it and the PPA. Then do sudo apt-get install ubuntu-desktop to recover all the broken packages

Related Question