How To Install php-zetacomponents-document on CentOS 7
Introduction
In this tutorial we learn how to install php-zetacomponents-document on CentOS 7.
What is php-zetacomponents-document
The document component offers transformations between different semantic markup languages, like * ReStructured text [1] * XHTML [2] * Docbook [3] * eZ Publish XML markup [4] * Wiki markup languages, like Confluence [7] * Open Document Text [8] as used by OpenOffice.org [9] and other office suites Each format supports conversions from and to docbook as a central intermediate format and may implement additional shortcuts for conversions from and to other formats. Not each format can express the same semantics, so there may be some information lost. Autoloader [1] http [2] http [3] http [4] http [5] http http http [8] http [9] http
We can use yum or dnf to install php-zetacomponents-document on CentOS 7. In this tutorial we discuss both methods but you only need to choose one of method to install php-zetacomponents-document.
Install php-zetacomponents-document on CentOS 7 Using yum
Update yum database with yum using the following command.
sudo yum makecache
After updating yum database, We can install php-zetacomponents-document using yum by running the following command:
sudo yum -y install php-zetacomponents-document
Install php-zetacomponents-document on CentOS 7 Using dnf
If you don’t have dnf installed you can install DNF on CentOS 7 first.
Update yum database with dnf using the following command.
sudo dnf makecache
After updating yum database, We can install php-zetacomponents-document using dnf by running the following command:
sudo dnf -y install php-zetacomponents-document
How To Uninstall php-zetacomponents-document on CentOS 7
To uninstall only the php-zetacomponents-document package we can use the following command:
sudo dnf remove php-zetacomponents-document
References
Summary
In this tutorial we learn how to install php-zetacomponents-document on CentOS 7 using yum and dnf.