How To Install xsd-doc on Fedora 36

In this tutorial we learn how to install xsd-doc in Fedora 36. xsd-doc is API documentation files for xsd

Introduction

In this tutorial we learn how to install xsd-doc on Fedora 36.

What is xsd-doc

This package contains API documentation for xsd.

We can use yum or dnf to install xsd-doc on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install xsd-doc.

Install xsd-doc 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 xsd-doc using dnf by running the following command:

sudo dnf -y install xsd-doc

Install xsd-doc 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 xsd-doc using yum by running the following command:

sudo yum -y install xsd-doc

How To Uninstall xsd-doc on Fedora 36

To uninstall only the xsd-doc package we can use the following command:

sudo dnf remove xsd-doc

xsd-doc Package Contents on Fedora 36

/usr/share/doc/xsd-doc
/usr/share/doc/xsd-doc/FLOSSE
/usr/share/doc/xsd-doc/NEWS
/usr/share/doc/xsd-doc/README
/usr/share/doc/xsd-doc/cxx
/usr/share/doc/xsd-doc/cxx/parser
/usr/share/doc/xsd-doc/cxx/parser/guide
/usr/share/doc/xsd-doc/cxx/parser/guide/cxx-parser-guide.pdf
/usr/share/doc/xsd-doc/cxx/parser/guide/figure-1.png
/usr/share/doc/xsd-doc/cxx/parser/guide/index.xhtml
/usr/share/doc/xsd-doc/cxx/tree
/usr/share/doc/xsd-doc/cxx/tree/guide
/usr/share/doc/xsd-doc/cxx/tree/guide/cxx-tree-guide.pdf
/usr/share/doc/xsd-doc/cxx/tree/guide/index.xhtml
/usr/share/doc/xsd-doc/cxx/tree/manual
/usr/share/doc/xsd-doc/cxx/tree/manual/cxx-tree-manual.pdf
/usr/share/doc/xsd-doc/cxx/tree/manual/index.xhtml
/usr/share/doc/xsd-doc/cxx/tree/reference
/usr/share/doc/xsd-doc/cxx/tree/reference/footer.html
/usr/share/doc/xsd-doc/default.css
/usr/share/doc/xsd-doc/xsd.xhtml
/usr/share/licenses/xsd-doc
/usr/share/licenses/xsd-doc/GPLv2
/usr/share/licenses/xsd-doc/LICENSE

References

Summary

In this tutorial we learn how to install xsd-doc on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).