How To Install fossil-doc on Fedora 36
Introduction
In this tutorial we learn how to install fossil-doc
on Fedora 36.
What is fossil-doc
Documentation in repository format for fossil. Users can run
fossil ui
in /usr/share/doc/fossil-doc folder to view documents in browser.
We can use yum
or dnf
to install fossil-doc
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install fossil-doc.
Install fossil-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 fossil-doc
using dnf
by running the following command:
sudo dnf -y install fossil-doc
Install fossil-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 fossil-doc
using yum
by running the following command:
sudo yum -y install fossil-doc
How To Uninstall fossil-doc on Fedora 36
To uninstall only the fossil-doc
package we can use the following command:
sudo dnf remove fossil-doc
fossil-doc Package Contents on Fedora 36
/usr/bin/fossil-doc
/usr/share/doc/fossil-doc
/usr/share/doc/fossil-doc/README
/usr/share/doc/fossil-doc/fossil-doc.fossil
References
Summary
In this tutorial we learn how to install fossil-doc
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).