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

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 35

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

2. Uninstall "python3-vconnector.noarch" package

Please follow the guidelines below to uninstall python3-vconnector.noarch on Fedora 35:

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

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

Last metadata expiration check: 2:54:46 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-vconnector
Version : 0.6.0
Release : 7.fc35
Architecture : noarch
Size : 27 k
Source : python-vconnector-0.6.0-7.fc35.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.