How To Install python-epub-doc on Fedora 36
Introduction
In this tutorial we learn how to install python-epub-doc
on Fedora 36.
What is python-epub-doc
This package contains the documentation for python-epub.
We can use yum
or dnf
to install python-epub-doc
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python-epub-doc.
Install python-epub-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 python-epub-doc
using dnf
by running the following command:
sudo dnf -y install python-epub-doc
Install python-epub-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 python-epub-doc
using yum
by running the following command:
sudo yum -y install python-epub-doc
How To Uninstall python-epub-doc on Fedora 36
To uninstall only the python-epub-doc
package we can use the following command:
sudo dnf remove python-epub-doc
python-epub-doc Package Contents on Fedora 36
/usr/share/doc/python-epub-doc
/usr/share/doc/python-epub-doc/_sources
/usr/share/doc/python-epub-doc/_sources/changelog.rst.txt
/usr/share/doc/python-epub-doc/_sources/epub
/usr/share/doc/python-epub-doc/_sources/epub/index.rst.txt
/usr/share/doc/python-epub-doc/_sources/epub/ncx.rst.txt
/usr/share/doc/python-epub-doc/_sources/epub/opf.rst.txt
/usr/share/doc/python-epub-doc/_sources/epub/utils.rst.txt
/usr/share/doc/python-epub-doc/_sources/index.rst.txt
/usr/share/doc/python-epub-doc/_static
/usr/share/doc/python-epub-doc/_static/base-stemmer.js
/usr/share/doc/python-epub-doc/_static/basic.css
/usr/share/doc/python-epub-doc/_static/classic.css
/usr/share/doc/python-epub-doc/_static/default.css
/usr/share/doc/python-epub-doc/_static/doctools.js
/usr/share/doc/python-epub-doc/_static/documentation_options.js
/usr/share/doc/python-epub-doc/_static/file.png
/usr/share/doc/python-epub-doc/_static/french-stemmer.js
/usr/share/doc/python-epub-doc/_static/jquery-3.5.1.js
/usr/share/doc/python-epub-doc/_static/jquery.js
/usr/share/doc/python-epub-doc/_static/language_data.js
/usr/share/doc/python-epub-doc/_static/minus.png
/usr/share/doc/python-epub-doc/_static/plus.png
/usr/share/doc/python-epub-doc/_static/pygments.css
/usr/share/doc/python-epub-doc/_static/searchtools.js
/usr/share/doc/python-epub-doc/_static/sidebar.js
/usr/share/doc/python-epub-doc/_static/translations.js
/usr/share/doc/python-epub-doc/_static/underscore-1.13.1.js
/usr/share/doc/python-epub-doc/_static/underscore.js
/usr/share/doc/python-epub-doc/changelog.html
/usr/share/doc/python-epub-doc/epub
/usr/share/doc/python-epub-doc/epub/index.html
/usr/share/doc/python-epub-doc/epub/ncx.html
/usr/share/doc/python-epub-doc/epub/opf.html
/usr/share/doc/python-epub-doc/epub/utils.html
/usr/share/doc/python-epub-doc/genindex.html
/usr/share/doc/python-epub-doc/index.html
/usr/share/doc/python-epub-doc/objects.inv
/usr/share/doc/python-epub-doc/py-modindex.html
/usr/share/doc/python-epub-doc/search.html
/usr/share/doc/python-epub-doc/searchindex.js
/usr/share/licenses/python-epub-doc
/usr/share/licenses/python-epub-doc/LICENSE.txt
References
Summary
In this tutorial we learn how to install python-epub-doc
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).