How to Install and Uninstall net-snmp-devel.x86_64 Package on Oracle Linux 8

Last updated: January 01,2025

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

This tutorial shows how to install net-snmp-devel.x86_64 on Oracle Linux 8

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

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

Learn how to uninstall net-snmp-devel.x86_64 on Oracle Linux 8:

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

3. Information about the net-snmp-devel.x86_64 package on Oracle Linux 8

Last metadata expiration check: 6:44:50 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : net-snmp-devel
Epoch : 1
Version : 5.8
Release : 25.el8
Architecture : x86_64
Size : 274 k
Source : net-snmp-5.8-25.el8.src.rpm
Repository : ol8_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.