How To Install python-BTrees-doc on Fedora 36

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

Introduction

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

What is python-BTrees-doc

Documentation for python-BTrees.

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

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

sudo dnf -y install python-BTrees-doc

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

sudo yum -y install python-BTrees-doc

How To Uninstall python-BTrees-doc on Fedora 36

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

sudo dnf remove python-BTrees-doc

python-BTrees-doc Package Contents on Fedora 36

/usr/share/doc/python-BTrees-doc
/usr/share/doc/python-BTrees-doc/_modules
/usr/share/doc/python-BTrees-doc/_modules/BTrees
/usr/share/doc/python-BTrees-doc/_modules/BTrees/Interfaces.html
/usr/share/doc/python-BTrees-doc/_modules/BTrees/Length.html
/usr/share/doc/python-BTrees-doc/_modules/BTrees/check.html
/usr/share/doc/python-BTrees-doc/_modules/index.html
/usr/share/doc/python-BTrees-doc/_sources
/usr/share/doc/python-BTrees-doc/_sources/api.rst.txt
/usr/share/doc/python-BTrees-doc/_sources/changes.rst.txt
/usr/share/doc/python-BTrees-doc/_sources/development.rst.txt
/usr/share/doc/python-BTrees-doc/_sources/index.rst.txt
/usr/share/doc/python-BTrees-doc/_sources/overview.rst.txt
/usr/share/doc/python-BTrees-doc/_static
/usr/share/doc/python-BTrees-doc/_static/basic.css
/usr/share/doc/python-BTrees-doc/_static/css
/usr/share/doc/python-BTrees-doc/_static/css/badge_only.css
/usr/share/doc/python-BTrees-doc/_static/css/theme.css
/usr/share/doc/python-BTrees-doc/_static/custom.css
/usr/share/doc/python-BTrees-doc/_static/doctools.js
/usr/share/doc/python-BTrees-doc/_static/documentation_options.js
/usr/share/doc/python-BTrees-doc/_static/file.png
/usr/share/doc/python-BTrees-doc/_static/jquery-3.5.1.js
/usr/share/doc/python-BTrees-doc/_static/jquery.js
/usr/share/doc/python-BTrees-doc/_static/js
/usr/share/doc/python-BTrees-doc/_static/js/badge_only.js
/usr/share/doc/python-BTrees-doc/_static/js/theme.js
/usr/share/doc/python-BTrees-doc/_static/language_data.js
/usr/share/doc/python-BTrees-doc/_static/minus.png
/usr/share/doc/python-BTrees-doc/_static/plus.png
/usr/share/doc/python-BTrees-doc/_static/pygments.css
/usr/share/doc/python-BTrees-doc/_static/searchtools.js
/usr/share/doc/python-BTrees-doc/_static/underscore-1.13.1.js
/usr/share/doc/python-BTrees-doc/_static/underscore.js
/usr/share/doc/python-BTrees-doc/api.html
/usr/share/doc/python-BTrees-doc/changes.html
/usr/share/doc/python-BTrees-doc/development.html
/usr/share/doc/python-BTrees-doc/genindex.html
/usr/share/doc/python-BTrees-doc/index.html
/usr/share/doc/python-BTrees-doc/objects.inv
/usr/share/doc/python-BTrees-doc/overview.html
/usr/share/doc/python-BTrees-doc/py-modindex.html
/usr/share/doc/python-BTrees-doc/search.html
/usr/share/doc/python-BTrees-doc/searchindex.js

References

Summary

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