Published
- 1 min read
ubuntu install php-xml
The solution for this is noted below
ubuntu install php-xml
Solution
# PHP 7.1
sudo apt install php7.1-xml
# PHP 7.2:
sudo apt install php7.2-xml
# PHP 7.3
sudo apt install php7.3-xml
# PHP 7.4
sudo apt install php7.4-xml
# PHP 8
sudo apt install php-xml
Try other methods by searching on the site. That is if this doesn’t work