Ubuntu apt-get 依赖问题怎么办

 夜的泪2502877077 发布于 2022-10-27 23:57

sources.list内容

halo@ubuntu:/etc/apt$ cat sources.list
deb http://mirrors.163.com/ubuntu/ wily main restricted universe multiverse
deb http://mirrors.163.com/ubuntu/ wily-security main restricted universe multiverse
deb http://mirrors.163.com/ubuntu/ wily-updates main restricted universe multiverse
deb http://mirrors.163.com/ubuntu/ wily-proposed main restricted universe multiverse
deb http://mirrors.163.com/ubuntu/ wily-backports main restricted universe multiverse
deb-src http://mirrors.163.com/ubuntu/ wily main restricted universe multiverse
deb-src http://mirrors.163.com/ubuntu/ wily-security main restricted universe multiverse
deb-src http://mirrors.163.com/ubuntu/ wily-updates main restricted universe multiverse
deb-src http://mirrors.163.com/ubuntu/ wily-proposed main restricted universe multiverse
deb-src http://mirrors.163.com/ubuntu/ wily-backports main restricted universe multiverse

安装 apache 出错

halo@ubuntu:/etc/apt$ sudo apt-get -f install apache2
Reading package lists... Done
Building dependency tree       
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 apache2 : Depends: apache2-bin (= 2.4.12-2ubuntu2.1) but it is not going to be installed
           Depends: apache2-utils (>= 2.4)
           Depends: apache2-data (= 2.4.12-2ubuntu2.1) but it is not going to be installed
 atom : Depends: git
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
4 个回答
  • 联网状态下输入这句

    apt-get -f install
    2022-10-29 07:56 回答
  • 如果最近修改了sources.list,那么update一下再安装apache

    2022-10-29 07:57 回答
  • 安装前update下?

    2022-10-29 07:59 回答
  • 试试

      sudo apt-get update
      sudo apt-get install --reinstall apache2 apache2-bin 
    2022-10-29 08:00 回答
撰写答案
今天,你开发时遇到什么问题呢?
立即提问
热门标签
PHP1.CN | 中国最专业的PHP中文社区 | PNG素材下载 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有