Você instalou uma versão incompatível do python e isso quebra os comandos apt
.
Portanto baixe alguns pacotes do Python e instale através dos comandos abaixo
mkdir ~/repair_python
cd ~/repair_python
apt-get download python2.7-minimal libpython2.7-minimal python-minimal python2.7
sudo dpkg -i --force-all *.deb
Remover alguns pacotes, porque sudo apt-get install -f
e sudo dpkg --congigure -a
não tem efeito
sudo apt-get remove gimp apport apport-gtk apt-offline blueman python-psutil light-locker-settings python-tz
Agora, reinstale-os usando o servidor principal
sudo sed -i 's/in.archive/archive/' /etc/apt/sources.list
sudo apt-get update
sudo apt-get install -f
sudo apt-get install gimp blueman light-locker-settings apport apport-gtk apt-offline
sudo apt-get install --reinstall gparted
sudo apt-get autoremove