Whenever I try to install any packages, I see the following error
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
gparted : Depends: libgtkmm-2.4-1v5 (>= 1:2.24.0) but it is not going to be installed
Depends: libparted-fs-resize0 (>= 3.1) but it is not going to be installed
linux-image-extra-4.8.0-52-generic : Depends: linux-image-4.8.0-52-generic but it is not going to be installed
linux-image-generic-hwe-16.04 : Depends: linux-image-4.8.0-52-generic but it is not going to be installed
linux-signed-image-4.8.0-52-generic : Depends: linux-image-4.8.0-52-generic (= 4.8.0-52.55~16.04.1) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
My /boot device is full. Please give me solution.
sudo apt-get -f install
like the message is saying? – Terrance Jun 13 '17 at 16:55/boot
being full. Follow the duplicate link there and remove stuff from your/boot
folder. If you keep up and every time there is a new kernel update and run thesudo apt autoremove
after the update it will remove older kernels no longer needed. – Terrance Jun 15 '17 at 14:27