How to Install and Uninstall net-snmp-devel.i686 Package on Oracle Linux 9

Last updated: July 01,2024

1. Install "net-snmp-devel.i686" package

Please follow the guidelines below to install net-snmp-devel.i686 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install net-snmp-devel.i686

2. Uninstall "net-snmp-devel.i686" package

Here is a brief guide to show you how to uninstall net-snmp-devel.i686 on Oracle Linux 9:

$ sudo dnf remove net-snmp-devel.i686 $ sudo dnf autoremove

3. Information about the net-snmp-devel.i686 package on Oracle Linux 9

Last metadata expiration check: 0:02:17 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : net-snmp-devel
Epoch : 1
Version : 5.9.1
Release : 11.0.3.el9_3.1
Architecture : i686
Size : 553 k
Source : net-snmp-5.9.1-11.0.3.el9_3.1.src.rpm
Repository : ol9_appstream
Summary : The development environment for the NET-SNMP project
URL : http://net-snmp.sourceforge.net/
License : BSD
Description : The net-snmp-devel package contains the development libraries and
: header files for use with the NET-SNMP project's network management
: tools.
:
: Install the net-snmp-devel package if you would like to develop
: applications for use with the NET-SNMP project's network management
: tools. You'll also need to have the net-snmp and net-snmp-utils
: packages installed.