通过发出以下命令试图安装roundcube
apt-get -y install roundcube roundcube-pgsql roundcube-plugins roundcube-plugins-extra php-net-ldap2
跟踪错误。
E: Unable to locate package roundcube
E: Unable to locate package roundcube-pgsql
E: Unable to locate package roundcube-plugins
E: Unable to locate package roundcube-plugins-extra
不允许使用后台端口的问题
echo "deb http://http.debian.net/debian wheezy-backports main" >/etc/apt/sources.list.d/backports.list
我该怎么做呢?
OS: Debian latest
发布于 2015-07-13 10:36:04
正如您所发现的,Debian8.x (jessie)没有一个圆立方体包,这是目前最新的版本。
在我看来,你的选择是:
https://unix.stackexchange.com/questions/215655
复制相似问题