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

Last updated: May 19,2024

1. Install "python3-pyvirtualize.noarch" package

This tutorial shows how to install python3-pyvirtualize.noarch on Fedora 36

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

2. Uninstall "python3-pyvirtualize.noarch" package

Please follow the guidelines below to uninstall python3-pyvirtualize.noarch on Fedora 36:

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

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

Last metadata expiration check: 2:59:04 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-pyvirtualize
Version : 0.10
Release : 8.20191018gitdc2d971.fc36
Architecture : noarch
Size : 63 k
Source : python-pyvirtualize-0.10-8.20191018gitdc2d971.fc36.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.