11th Jan, 2014, 05:09 AM
0 down vote favorite
I've done the following command on my raspbian :
sudo apt-get upgrade
but now when I try to do
(autoremove, clean, update, upgrade, remove... whatever you want), I got this error and I can't get rid of it :
with
I'm stuck :/
Thanks for any help !
I've done the following command on my raspbian :
sudo apt-get upgrade
but now when I try to do
Code:
sudo apt-get install -f
Terminal
The following packages have unmet dependencies: idle: Depends: python (= 2.7.3-4) but 2.7.3-4 + deb7u1 must be installed python: Depends: python-minimal (= 2.7.3-4 + deb7u1) but 2.7.3-4 is to be installed E: Unmet dependencies. Try 'apt-get-f install' with no packages
with
Code:
apt-get install -f
Terminal
Unpacking python-minimal 2.7.3-4 (using ... / python-minimal_2.7.3 deb7u1_all.deb-4 +) ... segmentation fault dpkg: warning: subprocess old pre-removal script returned error exit status 139 dpkg: attempt to run the script from the new package instead ... segmentation fault dpkg: error processing / var/cache/apt/archives/python-minimal_2.7.3-4 deb7u1_all.deb + (- unpack): subprocess new pre-removal script returned error exit status 139 Errors were encountered while processing: / var/cache/apt/archives/python-minimal_2.7.3-4 + deb7u1_all.d
I'm stuck :/
Thanks for any help !