我已经尝试过在Debian10Buster中安装php,这是PandoraFMS控制台所需要的依赖项(我正在安装它),但对我不起作用。
当我试图安装时,我缺少依赖项:
[...]
dpkg: dependency problems prevent configuration of pandorafms-console:
pandorafms-console depends on php-db; however:
Package php-db is not installed.如果我尝试手动安装php-db:
# apt install php-db
[...]
Package php-db is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'php-db' has no installation candidate在packages.debian.org中,我可以搜索这个包,我发现:
Package php-db
+ jessie (oldoldstable) (php): PHP PEAR Database Abstraction Layer
1.7.14-3: all
+ stretch (oldstable) (php): Database Abstraction Layer
1.9.2-1: all
+ sid (unstable) (php): Database Abstraction Layer
1.9.2-2: all欲了解更多信息,请参阅/etc/apt/ content . more的内容(删除注释):
deb http://deb.debian.org/debian buster main
deb-src http://deb.debian.org/debian buster main
deb http://security.debian.org/ buster/updates main
deb-src http://security.debian.org/ buster/updates main
deb http://deb.debian.org/debian buster-updates main
deb-src http://deb.debian.org/debian buster-updates main
deb http://deb.debian.org/debian buster-backports main
deb-src http://deb.debian.org/debian buster-backports main目录/etc/apt/ directory es.list.d/为空。
我能做什么?
https://stackoverflow.com/questions/58288810
复制相似问题