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

Last updated: October 06,2024

1. Install "python3-smi.noarch" package

Please follow the steps below to install python3-smi.noarch on Fedora 34

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

2. Uninstall "python3-smi.noarch" package

Please follow the steps below to uninstall python3-smi.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:59:54 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-smi
Version : 0.3.4
Release : 10.fc34
Architecture : noarch
Size : 133 k
Source : python-smi-0.3.4-10.fc34.src.rpm
Repository : fedora
Summary : A Python implementation of SNMP/SMI MIB parsing and conversion library
URL : https://github.com/etingof/pysmi
License : BSD
Description : PySMI is a pure-Python implementation of SNMP SMI MIB parser. This tool is
: designed to turn ASN.1 MIBs into various formats. As of this moment, JSON
: and pysnmp modules can be generated from ASN.1 MIBs.
:
: - Understands SMIv1, SMIv2 and de-facto SMI dialects
: - Turns MIBs into pysnmp classes and JSON documents
: - Maintains an index of MIB objects over many MIB modules
: - Automatically pulls ASN.1 MIBs from local directories, ZIP archives, HTTP
: and FTP servers