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

Last updated: May 15,2024

1. Install "python3-vconnector.noarch" package

Please follow the step by step instructions below to install python3-vconnector.noarch on Oracle 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 Oracle Linux 8:

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

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

Last metadata expiration check: 7:09:59 ago on Mon Sep 12 02:51:38 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.