Ubuntu16.04 File "/usr/share/python/debpython/version.py", line 24, in from ConfigPars

問題:File "/usr/share/python/debpython/version.py", line 24, in <module>
    from ConfigParser import SafeConfigParser
 

he root cause of your apt problems is python-lockfile, try to reinstall it with the following command:

sudo apt-get clean
sudo apt-get update
sudo apt-get install --reinstall python-minimal python-lockfile
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章