How To Install fatcat-doc on Fedora 36
Introduction
In this tutorial we learn how to install fatcat-doc
on Fedora 36.
What is fatcat-doc
This package contains additional documentation for fatcat.
We can use yum
or dnf
to install fatcat-doc
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install fatcat-doc.
Install fatcat-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 fatcat-doc
using dnf
by running the following command:
sudo dnf -y install fatcat-doc
Install fatcat-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 fatcat-doc
using yum
by running the following command:
sudo yum -y install fatcat-doc
How To Uninstall fatcat-doc on Fedora 36
To uninstall only the fatcat-doc
package we can use the following command:
sudo dnf remove fatcat-doc
fatcat-doc Package Contents on Fedora 36
/usr/share/doc/fatcat-doc
/usr/share/doc/fatcat-doc/disk.md
/usr/share/doc/fatcat-doc/fat.md
/usr/share/doc/fatcat-doc/fatcat.jpg
/usr/share/doc/fatcat-doc/fun-with-fat.md
/usr/share/doc/fatcat-doc/images
/usr/share/doc/fatcat-doc/images/deleted.img.gz
/usr/share/doc/fatcat-doc/images/directory-loop.img.gz
/usr/share/doc/fatcat-doc/images/empty.img.gz
/usr/share/doc/fatcat-doc/images/fake-big-disk-1T.img.gz
/usr/share/doc/fatcat-doc/images/full-fat.img.gz
/usr/share/doc/fatcat-doc/images/hello-world.img.gz
/usr/share/doc/fatcat-doc/images/infinite-file.img.gz
/usr/share/doc/fatcat-doc/images/repair.img.gz
/usr/share/doc/fatcat-doc/images/two-file-same-cluster.img.gz
/usr/share/doc/fatcat-doc/index.md
/usr/share/doc/fatcat-doc/orphan.md
/usr/share/doc/fatcat-doc/partition.md
/usr/share/doc/fatcat-doc/repair.md
/usr/share/doc/fatcat-doc/undelete.md
/usr/share/licenses/fatcat-doc
/usr/share/licenses/fatcat-doc/LICENSE
References
Summary
In this tutorial we learn how to install fatcat-doc
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).