正在读取软件包列表…完成编译依赖关系树
读取状态信息…完成软件包libapache2-mod-fastcgi不可用,但被其他软件包引用。 这可能意味着软件包丢失,已被废弃,或只能从其他来源获得
E:包“libapache2-mod-fastcgi”没有安装候选
======的/ etc /公寓/ source.list中========================
deb http://ftp.es.debian.org/debian wheezy main non-free contrib deb-src http://ftp.es.debian.org/debian wheezy main non-free contrib deb http://security.debian.org/ wheezy/updates main contrib non-free deb-src htp://security.debian.org/ wheezy/updates main contrib non-free deb http://ftp.es.debian.org/debian wheezy-updates main contrib non-free deb-src http://ftp.es.debian.org/debian wheezy-updates main contrib non-free deb htp://ftp.es.debian.org/debian testing main deb-src http://ftp.es.debian.org/debian testing main
================================================== ===
我尝试着:apt-get update apt-get upgrade apt-get -b源码libapache2-mod-fastcgi
我不知道发生了什么事。 有人能帮我吗? 谢谢
该软件包是非免费的,但是你的源代码列表看起来不对,你在同一行有多个源代码,'hxxp'代替'http'。 用这个作为你的sources.list,你会得到apt-get update的错误(这应该表明你的问题)。
使用以下命令创build/etc/apt/sources.list文件:
deb http://ftp.es.debian.org/debian stable main contrib non-free deb-src http://ftp.es.debian.org/debian stable main contrib non-free deb http://ftp.debian.org/debian/ wheezy-updates main contrib non-free deb-src http://ftp.debian.org/debian/ wheezy-updates main contrib non-free deb http://security.debian.org/ wheezy/updates main contrib non-free deb-src http://security.debian.org/ wheezy/updates main contrib non-free
重新运行'apt-get update',然后你应该可以用'apt-get install libapache2-mod-fastcgi'