How To Install python-binaryornot-docs on Fedora 36
Introduction
In this tutorial we learn how to install python-binaryornot-docs
on Fedora 36.
What is python-binaryornot-docs
Documentation for python-binaryornot
We can use yum
or dnf
to install python-binaryornot-docs
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python-binaryornot-docs.
Install python-binaryornot-docs 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-binaryornot-docs
using dnf
by running the following command:
sudo dnf -y install python-binaryornot-docs
Install python-binaryornot-docs 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-binaryornot-docs
using yum
by running the following command:
sudo yum -y install python-binaryornot-docs
How To Uninstall python-binaryornot-docs on Fedora 36
To uninstall only the python-binaryornot-docs
package we can use the following command:
sudo dnf remove python-binaryornot-docs
python-binaryornot-docs Package Contents on Fedora 36
/usr/share/doc/python-binaryornot-docs
/usr/share/doc/python-binaryornot-docs/html
/usr/share/doc/python-binaryornot-docs/html/_modules
/usr/share/doc/python-binaryornot-docs/html/_modules/binaryornot
/usr/share/doc/python-binaryornot-docs/html/_modules/binaryornot/check.html
/usr/share/doc/python-binaryornot-docs/html/_modules/binaryornot/helpers.html
/usr/share/doc/python-binaryornot-docs/html/_modules/index.html
/usr/share/doc/python-binaryornot-docs/html/_sources
/usr/share/doc/python-binaryornot-docs/html/_sources/authors.rst.txt
/usr/share/doc/python-binaryornot-docs/html/_sources/binaryornot.rst.txt
/usr/share/doc/python-binaryornot-docs/html/_sources/contributing.rst.txt
/usr/share/doc/python-binaryornot-docs/html/_sources/history.rst.txt
/usr/share/doc/python-binaryornot-docs/html/_sources/index.rst.txt
/usr/share/doc/python-binaryornot-docs/html/_sources/installation.rst.txt
/usr/share/doc/python-binaryornot-docs/html/_sources/modules.rst.txt
/usr/share/doc/python-binaryornot-docs/html/_sources/quickstart.rst.txt
/usr/share/doc/python-binaryornot-docs/html/_sources/readme.rst.txt
/usr/share/doc/python-binaryornot-docs/html/_static
/usr/share/doc/python-binaryornot-docs/html/_static/basic.css
/usr/share/doc/python-binaryornot-docs/html/_static/classic.css
/usr/share/doc/python-binaryornot-docs/html/_static/default.css
/usr/share/doc/python-binaryornot-docs/html/_static/doctools.js
/usr/share/doc/python-binaryornot-docs/html/_static/documentation_options.js
/usr/share/doc/python-binaryornot-docs/html/_static/file.png
/usr/share/doc/python-binaryornot-docs/html/_static/jquery-3.5.1.js
/usr/share/doc/python-binaryornot-docs/html/_static/jquery.js
/usr/share/doc/python-binaryornot-docs/html/_static/language_data.js
/usr/share/doc/python-binaryornot-docs/html/_static/minus.png
/usr/share/doc/python-binaryornot-docs/html/_static/plus.png
/usr/share/doc/python-binaryornot-docs/html/_static/pygments.css
/usr/share/doc/python-binaryornot-docs/html/_static/searchtools.js
/usr/share/doc/python-binaryornot-docs/html/_static/sidebar.js
/usr/share/doc/python-binaryornot-docs/html/_static/underscore-1.13.1.js
/usr/share/doc/python-binaryornot-docs/html/_static/underscore.js
/usr/share/doc/python-binaryornot-docs/html/authors.html
/usr/share/doc/python-binaryornot-docs/html/binaryornot.html
/usr/share/doc/python-binaryornot-docs/html/contributing.html
/usr/share/doc/python-binaryornot-docs/html/genindex.html
/usr/share/doc/python-binaryornot-docs/html/history.html
/usr/share/doc/python-binaryornot-docs/html/index.html
/usr/share/doc/python-binaryornot-docs/html/installation.html
/usr/share/doc/python-binaryornot-docs/html/modules.html
/usr/share/doc/python-binaryornot-docs/html/objects.inv
/usr/share/doc/python-binaryornot-docs/html/py-modindex.html
/usr/share/doc/python-binaryornot-docs/html/quickstart.html
/usr/share/doc/python-binaryornot-docs/html/readme.html
/usr/share/doc/python-binaryornot-docs/html/search.html
/usr/share/doc/python-binaryornot-docs/html/searchindex.js
References
Summary
In this tutorial we learn how to install python-binaryornot-docs
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).