E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution)
- by B Jo
I would like to upgrade to Ubuntu 13.04 since almost a month now. Am a pretty novice in linux and in software in general.
My /boot is full :
bijo@bijo-AMILO-Xi-2428:~$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/ubuntu-root 228G 7.7G 208G 4% /
udev 1001M 4.0K 1001M 1% /dev
tmpfs 404M 836K 403M 1% /run
none 5.0M 0 5.0M 0% /run/lock
none 1008M 156K 1008M 1% /run/shm
none 100M 48K 100M 1% /run/user
/dev/sda1 228M 222M 0 100% /boot
I tried the : sudo apt-get purge $( dpkg --list | grep -P -o "linux-image-\d\S+" | grep -v $(uname -r | grep -P -o ".+\d") )
but i got this as reply
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
infact I'm going round and round ... Can someone guide me through please?
Thanks in advance for ur time