How to Install and Uninstall python3-pysnmp.noarch Package on CentOS Stream 8

Last updated: June 24,2024

1. Install "python3-pysnmp.noarch" package

This guide covers the steps necessary to install python3-pysnmp.noarch on CentOS Stream 8

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

2. Uninstall "python3-pysnmp.noarch" package

Please follow the step by step instructions below to uninstall python3-pysnmp.noarch on CentOS Stream 8:

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

3. Information about the python3-pysnmp.noarch package on CentOS Stream 8

Last metadata expiration check: 5:13:24 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python3-pysnmp
Version : 4.4.12
Release : 1.el8
Architecture : noarch
Size : 699 k
Source : pysnmp-4.4.12-1.el8.src.rpm
Repository : epel
Summary : An SNMP engine written in Python
URL : http://pysnmp.sourceforge.net/
License : BSD
Description : This is a Python implementation of SNMP v.1/v.2c engine. It's
: general functionality is to assemble/disassemble SNMP messages
: from/into given SNMP Object IDs along with associated values.
: PySNMP also provides a few transport methods specific to TCP/IP
: networking.