How To Install swarp-doc on Fedora 36

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

Introduction

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

What is swarp-doc

This package contains the documentation for swarp.

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

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

sudo dnf -y install swarp-doc

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

sudo yum -y install swarp-doc

How To Uninstall swarp-doc on Fedora 36

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

sudo dnf remove swarp-doc

swarp-doc Package Contents on Fedora 36

/usr/share/doc/swarp-doc
/usr/share/doc/swarp-doc/swarp.pdf
/usr/share/licenses/swarp-doc
/usr/share/licenses/swarp-doc/COPYRIGHT

References

Summary

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