我正在升级sudo apt-get upgrade
我按下后Enter:
do you want to continue [y/n]? y
debconf: apt-extracttemplates failed:No such file or directory
extracting templates from package: 100%
dpkg:error:parsing file '/var/lib/dpkg/status' near line 1146 package 'python-minimal'
'break' field, invalid package name 'python-de~': Character '~' not allowed (only letters,digits and character '-+._')
E:Sub-process /usr/bin/dpkg returned an error code (2)
如何修复或编辑此问题???
答案1
Python 安装后脚本中似乎有一个拼写错误。这可能是由某种互联网错误引起的...
尝试这个:
(按CTRL- ALT-T进入终端)
sudo apt-get purge python-minimal
sudo apt-get update
sudo apt-get install python-minimal
sudo apt-get upgrade
如果这不起作用,请尝试使用 Aptitude 而不是apt-get
。
如果那不起作用,请评论并告诉我出了什么问题。