在使用如下命令安装bcmath扩展的时候
sudo apt-add-repository ppa:ondrej/phpsudo apt-get updatesudo apt-get install php7.2-bcmath
提示如下信息
Reading package lists... DoneBuilding dependency tree Reading state information... DoneE: Unable to locate package php7.2-bcmathE: Couldn't find any package by regex 'php7.2-bcmath'
在添加新的源的情况下,依旧无法使用
sudo apt-add-repository ppa:ondrej/phpsudo apt-get updatesudo apt-get install php7.2-bcmath
然后使用如下命令检查是否可安装该包
apt-cache search php | grep bcmath
发现没有匹配的包,因此在Ubuntu14系统下是无法安装php7.2-bcmath扩展的