ubuntu系统终端指令错误集
1 CondaHTTPError
出错详情:CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://mirrors.tuna.tsinghua.edu.cn/anacond
解决方案:
sudo rm -r ~/.condarc
2 dkpg frontend lock
“错误详情”:
E: Could not get lock /var/lib/dpkg/lock-frontend - open (11: Resource temporarily unavailable) E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it?
解决方案:
sudo rm /var/lib/dpkg/lock-frontend
sudo apt-get install -f