How To Install docbook5-schemas on CentOS 7
Introduction
In this tutorial we learn how to install docbook5-schemas
on CentOS 7.
What is docbook5-schemas
Docbook 5.X is a complete rewrite of Docbook in RELAX NG and not compatible with previous Docbook versions. This package contains Relax NG , DTD and W3C schema for Docbook 5.X. Syntax of those schemas is XML-compliant and is developed by the OASIS consortium.
We can use yum
or dnf
to install docbook5-schemas
on CentOS 7. In this tutorial we discuss both methods but you only need to choose one of method to install docbook5-schemas.
Install docbook5-schemas on CentOS 7 Using yum
Update yum database with yum
using the following command.
After updating yum database, We can install docbook5-schemas
using yum
by running the following command:
Install docbook5-schemas 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.
After updating yum database, We can install docbook5-schemas
using dnf
by running the following command:
How To Uninstall docbook5-schemas on CentOS 7
To uninstall only the docbook5-schemas
package we can use the following command:
References
Summary
In this tutorial we learn how to install docbook5-schemas
on CentOS 7 using yum
and dnf
.