How To Install python-binaryornot-docs on Rocky Linux 8
Introduction
In this tutorial we learn how to install python-binaryornot-docs
on Rocky Linux 8.
What is python-binaryornot-docs
Documentation for python-binaryornot
We can use yum
or dnf
to install python-binaryornot-docs
on Rocky Linux 8. 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 Rocky Linux 8 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 Rocky Linux 8 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 Rocky Linux 8
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 Rocky Linux 8
/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/ajax-loader.gif
/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/comment-bright.png
/usr/share/doc/python-binaryornot-docs/html/_static/comment-close.png
/usr/share/doc/python-binaryornot-docs/html/_static/comment.png
/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/down-pressed.png
/usr/share/doc/python-binaryornot-docs/html/_static/down.png
/usr/share/doc/python-binaryornot-docs/html/_static/file.png
/usr/share/doc/python-binaryornot-docs/html/_static/jquery-3.2.1.js
/usr/share/doc/python-binaryornot-docs/html/_static/jquery.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.3.1.js
/usr/share/doc/python-binaryornot-docs/html/_static/underscore.js
/usr/share/doc/python-binaryornot-docs/html/_static/up-pressed.png
/usr/share/doc/python-binaryornot-docs/html/_static/up.png
/usr/share/doc/python-binaryornot-docs/html/_static/websupport.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 Rocky Linux 8 using yum and dnf.