简体   繁体   中英

How to install php-xml on Ubuntu 16.04?

I have php7.0 installed on Ubuntu 16.04 and I'm trying to install a forum software in apache2, but I get the following error:

In order to function correctly, the PHP XML/DOM extension needs to be available.

I tried to execute

sudo apt-get install php-xml
sudo apt-get install php7.0-xml

but these give me the following error:

php-xml: Depends: php7.1-xml but it is not going to be installed

When I try to install php7.1 from a PPA, I still get issues of dependencies from other PHP modules.

Any ideas how I can get php-xml installed without any dependency issues?

你可以尝试从这里手动安装.deb文件https://launchpad.net/ubuntu/xenial/+package/php-xml

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM