如何在 ubuntu 14.04 桌面中摆脱"apache2 : Depends: perl but it is not going to be installed"?



这是我在控制台运行

时的错误消息
$sudo apt-get install apache2
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
    The following packages have unmet dependencies:
    apache2 : Depends: perl but it is not going to be installed
    Depends: apache2-bin (= 2.4.7-1ubuntu4) but it is not going to be installed
    Depends: apache2-data (= 2.4.7-1ubuntu4) but 2.4.7-1ubuntu4.13 is to be installed
    E: Unable to correct problems, you have held broken packages.

update

输出
$sudo apt-get update
Hit http://ppa.launchpad.net trusty InRelease
Ign http://in.archive.ubuntu.com trusty InRelease
Hit http://in.archive.ubuntu.com trusty Release.gpg
Hit http://ppa.launchpad.net trusty/main amd64 Packages
Hit http://in.archive.ubuntu.com trusty Release
Hit http://ppa.launchpad.net trusty/main i386 Packages
Hit http://ppa.launchpad.net trusty/main Translation-en
Hit http://in.archive.ubuntu.com trusty/main amd64 Packages
Hit http://in.archive.ubuntu.com trusty/main i386 Packages
Hit http://in.archive.ubuntu.com trusty/main Translation-en
Ign http://in.archive.ubuntu.com trusty/main Translation-en_IN
Reading package lists... Done

我最近做了什么

sudo rm -rf /var/lib/apt/lists/*
sudo rm /etc/apt/sources.list

后来我去了

sudo -i software-properties-gtk

,然后选中canonical复选框,

sudo apt-get update this command I execute .

谁能帮我在我的ubuntu上安装apache ?

尝试使用sudo apt-get -f install强制安装。

你可能需要在sudo apt-get updatesudo apt-get -f install之间来回切换,慢慢地安装所有的包。

还要尝试清理缓存并配置尚未配置的任何包。sudo apt-get cleansudo dpkg --configure -a

相关内容

最新更新