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

Last updated: October 10,2024

1. Install "python3-pyvirtualize.noarch" package

This guide let you learn how to install python3-pyvirtualize.noarch on Fedora 38

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

2. Uninstall "python3-pyvirtualize.noarch" package

This tutorial shows how to uninstall python3-pyvirtualize.noarch on Fedora 38:

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

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

Last metadata expiration check: 2:06:26 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : python3-pyvirtualize
Version : 0.10
Release : 13.20191018gitdc2d971.fc38
Architecture : noarch
Size : 86 k
Source : python-pyvirtualize-0.10-13.20191018gitdc2d971.fc38.src.rpm
Repository : updates
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.