【问题标题】:Apt-get stopped workingapt-get 停止工作
【发布时间】:2016-11-08 18:06:34
【问题描述】:

对 Linux 来说相对较新,但我对终端已经足够熟悉了。但是最近使用任何“apt-get install”我得到了这个回复 E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

当我尝试apt-get -f install 时,我得到Sub-process /usr/bin/dpkg returned an error code (1)。我环顾四周,但找不到太多,对含糊不清感到抱歉。

【问题讨论】:

  • 运行以下命令 sudo dpkg --configure -asudo apt-get -f install 应该可以帮助您前进

标签: linux unix ubuntu apt-get apt


【解决方案1】:
sudo apt-get update && sudo apt-get upgrade -y && sudo autoremove -y && sudo apt-get clean

这可能是更新文件的问题。

【讨论】:

    猜你喜欢
    • 2019-08-17
    • 2018-01-12
    • 2017-10-23
    • 1970-01-01
    • 1970-01-01
    • 2018-08-18
    • 1970-01-01
    • 2017-02-02
    • 1970-01-01
    相关资源
    最近更新 更多