How to Install and Uninstall python3-vconnector.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "python3-vconnector.noarch" package

This is a short guide on how to install python3-vconnector.noarch on Fedora 34

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

2. Uninstall "python3-vconnector.noarch" package

Please follow the guidance below to uninstall python3-vconnector.noarch on Fedora 34:

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

3. Information about the python3-vconnector.noarch package on Fedora 34

Last metadata expiration check: 2:45:44 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-vconnector
Version : 0.6.0
Release : 5.fc34
Architecture : noarch
Size : 28 k
Source : python-vconnector-0.6.0-5.fc34.src.rpm
Repository : fedora
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.