我在更新 Ubuntu 12.04 LTS 时收到错误消息。
错误消息是:
"Check if you are using third party repositories. If so disable them, since they are a common source of problems.
Furthermore run the following command in a Terminal: apt-get-install-f"
Run Code Online (Sandbox Code Playgroud)
我尝试在终端中运行上述命令,但它也显示错误。
有人可以帮我解决这个问题吗?
消息很明确。出现问题,很可能是因为您的系统中存在某些非 Ubuntu 存储库。您可以使用多种方法禁用它们,但我最喜欢的是:
sudo mv /etc/apt/sources.list.d/ /etc/apt/sources.list.d.bk/
sudo mkdir /etc/apt/sources.list.d/
Run Code Online (Sandbox Code Playgroud)