【发布时间】:2015-09-17 06:37:02
【问题描述】:
我在 Ubuntu 14.04,64 位,正在尝试安装 HHVM。我已经安装了 Nginx。当我运行以下命令时:
sudo apt-get install software-properties-common
sudo apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0x5a16e7281be7a449
sudo add-apt-repository "deb http://dl.hhvm.com/ubuntu $(lsb_release -sc) main"
sudo apt-get update
sudo apt-get install hhvm
我得到以下信息:
hhvm : Depends: libgnutls-deb0-28 but it is not installable
Depends: libmemcached11 but it is not installable
Depends: librtmp1 but it is not installable
Depends: libmagickwand-6.q16-2 but it is not installable
我已尝试运行以下命令:
sudo dpkg --configure -a
sudo apt-get clean
sudo apt-get update
我已经清除了我的来源并重新创建了它们。 Synaptic 包管理器显示没有损坏的包...我错过了什么?
【问题讨论】: