How To Install xpa-doc on Fedora 36

In this tutorial we learn how to install xpa-doc in Fedora 36. xpa-doc is Documentation for xpa

Introduction

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

What is xpa-doc

This package contains the documentation for xpa.

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

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

sudo dnf -y install xpa-doc

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

sudo yum -y install xpa-doc

How To Uninstall xpa-doc on Fedora 36

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

sudo dnf remove xpa-doc

xpa-doc Package Contents on Fedora 36

/usr/share/doc/xpa-doc
/usr/share/doc/xpa-doc/acl.html
/usr/share/doc/xpa-doc/changelog.html
/usr/share/doc/xpa-doc/changes.html
/usr/share/doc/xpa-doc/client.html
/usr/share/doc/xpa-doc/convert.html
/usr/share/doc/xpa-doc/env.html
/usr/share/doc/xpa-doc/examples.html
/usr/share/doc/xpa-doc/help.html
/usr/share/doc/xpa-doc/inet.html
/usr/share/doc/xpa-doc/info.html
/usr/share/doc/xpa-doc/intro.html
/usr/share/doc/xpa-doc/method.html
/usr/share/doc/xpa-doc/name.html
/usr/share/doc/xpa-doc/oom.html
/usr/share/doc/xpa-doc/programs.html
/usr/share/doc/xpa-doc/server.html
/usr/share/doc/xpa-doc/tcl.html
/usr/share/doc/xpa-doc/template.html
/usr/share/doc/xpa-doc/users.html
/usr/share/doc/xpa-doc/xpamb.html
/usr/share/doc/xpa-doc/xpans.html
/usr/share/doc/xpa-doc/xt.html
/usr/share/licenses/xpa-doc
/usr/share/licenses/xpa-doc/LICENSE

References

Summary

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