I'm very new to Linux so please bear with me. I attempted to upgrade to 14.04 from 12.04.02 I received the error:
"The following packages have unmet dependencies"
I ran apt-get -f install
and received more errors. apt-get autoremove
also gives me the dependencies error
.
When I run uname -a
it shows that I'm running 3.2.0-56
and the dependencies tell me the package is dependent on 3.2.0-65
So my question is can I safely delete all the other packages in /boot
to recover some space? That seems to be the issue because there is only 200 MB or so available.There are numerous packages that I believe I should be able to delete:
3.2.0-55 and 3.2.0.-57, 58, 59, 60, 61, 63 and 64.
sudo apt-get remove <package_name>
. But you need to fix this dependency issue. – g_p Sep 26 '14 at 19:34sudo apt-get -f install
first. – g_p Sep 26 '14 at 19:44