How To Install python-pvc-doc on Rocky Linux 8
Introduction
In this tutorial we learn how to install python-pvc-doc
on Rocky Linux 8.
What is python-pvc-doc
PVC is an interactive text-mode vSphere Client with a dialog interface for GNU/Linux systems built on top of the pyVmomi vSphere API bindings. Using PVC allows you to quickly navigate in your vSphere environment and perform common tasks against various vSphere Managed Entities.\ \ This package installs the documentation files.
We can use yum
or dnf
to install python-pvc-doc
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install python-pvc-doc.
Install python-pvc-doc 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-pvc-doc
using dnf
by running the following command:
sudo dnf -y install python-pvc-doc
Install python-pvc-doc 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-pvc-doc
using yum
by running the following command:
sudo yum -y install python-pvc-doc
How To Uninstall python-pvc-doc on Rocky Linux 8
To uninstall only the python-pvc-doc
package we can use the following command:
sudo dnf remove python-pvc-doc
python-pvc-doc Package Contents on Rocky Linux 8
/usr/share/doc/python-pvc-doc
/usr/share/doc/python-pvc-doc/html
/usr/share/doc/python-pvc-doc/html/_images
/usr/share/doc/python-pvc-doc/html/_images/pvc-cluster-summary.jpg
/usr/share/doc/python-pvc-doc/html/_images/pvc-datacenter-cluster-menu.jpg
/usr/share/doc/python-pvc-doc/html/_images/pvc-datacenter-menu.jpg
/usr/share/doc/python-pvc-doc/html/_images/pvc-datastore-capacity.jpg
/usr/share/doc/python-pvc-doc/html/_images/pvc-datastore-menu.jpg
/usr/share/doc/python-pvc-doc/html/_images/pvc-datastore-summary.jpg
/usr/share/doc/python-pvc-doc/html/_images/pvc-inventory-vms.jpg
/usr/share/doc/python-pvc-doc/html/_images/pvc-inventory.jpg
/usr/share/doc/python-pvc-doc/html/_images/pvc-login.jpg
/usr/share/doc/python-pvc-doc/html/_images/pvc-motd.jpg
/usr/share/doc/python-pvc-doc/html/_images/pvc-ovf-export-progress.jpg
/usr/share/doc/python-pvc-doc/html/_images/pvc-perf-counter-info.jpg
/usr/share/doc/python-pvc-doc/html/_images/pvc-perf-graph-cpu.jpg
/usr/share/doc/python-pvc-doc/html/_images/pvc-perf-graph-net.jpg
/usr/share/doc/python-pvc-doc/html/_images/pvc-perf-realtime-counters.jpg
/usr/share/doc/python-pvc-doc/html/_images/pvc-screenshot.jpg
/usr/share/doc/python-pvc-doc/html/_images/pvc-session.jpg
/usr/share/doc/python-pvc-doc/html/_images/pvc-vm-console.jpg
/usr/share/doc/python-pvc-doc/html/_images/pvc-vm-power-on.jpg
/usr/share/doc/python-pvc-doc/html/_images/pvc-vm-resource-usage.jpg
/usr/share/doc/python-pvc-doc/html/_images/pvc-vmx-selection.jpg
/usr/share/doc/python-pvc-doc/html/_images/pvc-welcome.jpg
/usr/share/doc/python-pvc-doc/html/_sources
/usr/share/doc/python-pvc-doc/html/_sources/configuration.rst.txt
/usr/share/doc/python-pvc-doc/html/_sources/index.rst.txt
/usr/share/doc/python-pvc-doc/html/_sources/installation.rst.txt
/usr/share/doc/python-pvc-doc/html/_sources/screenshots.rst.txt
/usr/share/doc/python-pvc-doc/html/_static
/usr/share/doc/python-pvc-doc/html/_static/ajax-loader.gif
/usr/share/doc/python-pvc-doc/html/_static/basic.css
/usr/share/doc/python-pvc-doc/html/_static/classic.css
/usr/share/doc/python-pvc-doc/html/_static/comment-bright.png
/usr/share/doc/python-pvc-doc/html/_static/comment-close.png
/usr/share/doc/python-pvc-doc/html/_static/comment.png
/usr/share/doc/python-pvc-doc/html/_static/default.css
/usr/share/doc/python-pvc-doc/html/_static/doctools.js
/usr/share/doc/python-pvc-doc/html/_static/documentation_options.js
/usr/share/doc/python-pvc-doc/html/_static/down-pressed.png
/usr/share/doc/python-pvc-doc/html/_static/down.png
/usr/share/doc/python-pvc-doc/html/_static/file.png
/usr/share/doc/python-pvc-doc/html/_static/jquery-3.2.1.js
/usr/share/doc/python-pvc-doc/html/_static/jquery.js
/usr/share/doc/python-pvc-doc/html/_static/minus.png
/usr/share/doc/python-pvc-doc/html/_static/plus.png
/usr/share/doc/python-pvc-doc/html/_static/pygments.css
/usr/share/doc/python-pvc-doc/html/_static/searchtools.js
/usr/share/doc/python-pvc-doc/html/_static/sidebar.js
/usr/share/doc/python-pvc-doc/html/_static/underscore-1.3.1.js
/usr/share/doc/python-pvc-doc/html/_static/underscore.js
/usr/share/doc/python-pvc-doc/html/_static/up-pressed.png
/usr/share/doc/python-pvc-doc/html/_static/up.png
/usr/share/doc/python-pvc-doc/html/_static/websupport.js
/usr/share/doc/python-pvc-doc/html/configuration.html
/usr/share/doc/python-pvc-doc/html/genindex.html
/usr/share/doc/python-pvc-doc/html/index.html
/usr/share/doc/python-pvc-doc/html/installation.html
/usr/share/doc/python-pvc-doc/html/objects.inv
/usr/share/doc/python-pvc-doc/html/screenshots.html
/usr/share/doc/python-pvc-doc/html/search.html
/usr/share/doc/python-pvc-doc/html/searchindex.js
/usr/share/licenses/python-pvc-doc
/usr/share/licenses/python-pvc-doc/LICENSE
References
Summary
In this tutorial we learn how to install python-pvc-doc
on Rocky Linux 8 using yum and dnf.