【发布时间】:2020-03-30 02:52:08
【问题描述】:
我正在尝试在 Ubuntu 14.4 上安装包 php7.2-bcmath
sudo apt-get install php7.2-bcmath
但我不断收到此错误:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package php7.2-bcmath
E: Couldn't find any package by regex 'php7.2-bcmath'
我已经尝试过这些选项:
sudo apt-add-repository ppa:ondrej/php
sudo apt-get update
sudo apt-get install php7.2-bcmath
将此添加到 /etc/apt/sources.list:
deb http://security.ubuntu.com/ubuntu artful-security main universe
没有任何效果!
请帮忙
【问题讨论】:
-
你检查
phpinfo()是否已经存在? -
是的。它不存在。
-
sudo apt-get install php-bcmath能得到什么? -
@NigelRen 同样的结果。 E: 找不到包 php-bcmath
-
顺便说一句:这是一个重复的问题,也发布在这里:askubuntu.com/questions/1193954/… 我敢肯定,askubuntu 是更好的地方,因为这个主题与编程无关。
标签: php ubuntu ubuntu-14.04 apt-get php-7.2