How To Install docbook-simple on Fedora 36
Introduction
In this tutorial we learn how to install docbook-simple
on Fedora 36.
What is docbook-simple
Simplified DocBook is an attempt to provide a proper subset of DocBook that is simultaneously smaller and still useful. Documents written in the subset must be 100% legal DocBook documents. This is a subset for single documents (articles, white papers, etc.), so there’s no need for books or sets, just ‘articles’. Simplified DocBook documents are viewable in online browsers if styled with CSS. (it’s XML not SGML).
We can use yum
or dnf
to install docbook-simple
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install docbook-simple.
Install docbook-simple on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install docbook-simple
using dnf
by running the following command:
sudo dnf -y install docbook-simple
Install docbook-simple on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install docbook-simple
using yum
by running the following command:
sudo yum -y install docbook-simple
How To Uninstall docbook-simple on Fedora 36
To uninstall only the docbook-simple
package we can use the following command:
sudo dnf remove docbook-simple
docbook-simple Package Contents on Fedora 36
/etc/sgml/docbook-simple.cat
/etc/xml/docbook-simple.xml
/usr/share/doc/docbook-simple
/usr/share/doc/docbook-simple/README
/usr/share/doc/docbook-simple/sdocbook.css
/usr/share/xml/docbook/simple
/usr/share/xml/docbook/simple/1.1
/usr/share/xml/docbook/simple/1.1/sdbcent.mod
/usr/share/xml/docbook/simple/1.1/sdbhier.mod
/usr/share/xml/docbook/simple/1.1/sdbpool.mod
/usr/share/xml/docbook/simple/1.1/sdocbook-custom.dtd
/usr/share/xml/docbook/simple/1.1/sdocbook.css
/usr/share/xml/docbook/simple/1.1/sdocbook.dtd
/usr/share/xml/docbook/simple/1.1/sdocbookref-custom.dtd
/usr/share/xml/docbook/simple/1.1/sdocbookref.dtd
/usr/share/xml/docbook/simple/1.1/sinclist.mod
References
Summary
In this tutorial we learn how to install docbook-simple
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).