How To Install sigil-doc on Fedora 36
In this tutorial we learn how to install sigil-doc in Fedora 36. sigil-doc is Documentation for Sigil ebook editor
Introduction
In this tutorial we learn how to install sigil-doc
on Fedora 36.
What is sigil-doc
Documentation for Sigil ebook editor.
We can use yum
or dnf
to install sigil-doc
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install sigil-doc.
Install sigil-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 sigil-doc
using dnf
by running the following command:
sudo dnf -y install sigil-doc
Install sigil-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 sigil-doc
using yum
by running the following command:
sudo yum -y install sigil-doc
How To Uninstall sigil-doc on Fedora 36
To uninstall only the sigil-doc
package we can use the following command:
sudo dnf remove sigil-doc
sigil-doc Package Contents on Fedora 36
/usr/share/doc/sigil-doc
/usr/share/doc/sigil-doc/Sigil_Plugin_Framework_rev10.epub
/usr/share/doc/sigil-doc/Sigil_User_Guide_2019.06.08.epub
References
Summary
In this tutorial we learn how to install sigil-doc
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).