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

Last updated: January 16,2025

1. Install "python3-pyvirtualize.noarch" package

In this section, we are going to explain the necessary steps to install python3-pyvirtualize.noarch on Fedora 35

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

2. Uninstall "python3-pyvirtualize.noarch" package

Please follow the guidance below to uninstall python3-pyvirtualize.noarch on Fedora 35:

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

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

Last metadata expiration check: 2:09:11 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-pyvirtualize
Version : 0.10
Release : 7.20191018gitdc2d971.fc35
Architecture : noarch
Size : 63 k
Source : python-pyvirtualize-0.10-7.20191018gitdc2d971.fc35.src.rpm
Repository : fedora
Summary : Another python frontend to access and manage pyvmomi
URL : https://github.com/rocky1109/pyVirtualize
License : ASL 2.0
Description : A python interface to access and manage pyvmomi.
:
: pyVirtualize is build over pyvmomi, hence it has ability
: to perform all the operations what vSphere client is able to.
:
: pyVirtualize provides easy interfaces to:
: Connect to ESX, ESXi, Virtual Center and Virtual Server hosts.
: Query hosts, datacenters, resource pools, virtual machines
: and perform various operations over them.
: VMs operations: power, file, process, snapshot, admin, utilities
:
: And of course, you can use it to access all the API through python.