Ich kann aufgrund eines Python-Konfigurationsfehlers kein Programm auf Ubuntu deinstallieren. Ein bisschen googeln hat mich dazu gebracht, fehlende Python-Pakete herunterzuladen, zu installieren und dann auszuführen:
sudo dpkg --configure -a
sudo apt-get -f install
Trotzdem sehe ich den gleichen Fehler. Posting unten.
>> **sudo apt-get -f install**
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
Need to get 0 B/224 kB of archives.
After this operation, 0 B of additional disk space will be used.
dpkg: error processing package python2.7 (--configure):
package python2.7 is not ready for configuration
cannot configure (current status 'half-installed')
Errors were encountered while processing:
python2.7
E: Sub-process /usr/bin/dpkg returned an error code (1)
Wie behebe ich diesen Fehler?
Antworten:
Sie müssen das Paket mithilfe des folgenden Befehls im Terminal vollständig entfernen.
quelle