How to Install and Uninstall python3-vconnector.noarch Package on Rocky Linux 8

Last updated: May 03,2024

1. Install "python3-vconnector.noarch" package

This guide let you learn how to install python3-vconnector.noarch on Rocky Linux 8

$ sudo dnf update $ sudo dnf install python3-vconnector.noarch

2. Uninstall "python3-vconnector.noarch" package

This guide covers the steps necessary to uninstall python3-vconnector.noarch on Rocky Linux 8:

$ sudo dnf remove python3-vconnector.noarch $ sudo dnf autoremove

3. Information about the python3-vconnector.noarch package on Rocky Linux 8

Last metadata expiration check: 2:27:29 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : python3-vconnector
Version : 0.6.0
Release : 1.el8
Architecture : noarch
Size : 27 k
Source : python-vconnector-0.6.0-1.el8.src.rpm
Repository : epel
Summary : vSphere Connector Module for Python
URL : https://github.com/dnaeon/py-vconnector
License : BSD
Description :
: vConnector is a wrapper module around pyVmomi vSphere bindings,
: which provides methods¸ for connecting and retrieving of objects
: from a vSphere server.
:
: The purpose of vConnector is to provide the basic primitives for
: building complex applications. vConnector can also be used for
: managing the user/pass/host credentials for your vSphere
: environment using an SQLite database, which in turn can be shared
: between multiple applications requiring access to your vSphere
: environment through a common interface.