How to Install and Uninstall php-snmp.x86_64 Package on Oracle Linux 9

Last updated: June 18,2024

1. Install "php-snmp.x86_64" package

This tutorial shows how to install php-snmp.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install php-snmp.x86_64

2. Uninstall "php-snmp.x86_64" package

This guide let you learn how to uninstall php-snmp.x86_64 on Oracle Linux 9:

$ sudo dnf remove php-snmp.x86_64 $ sudo dnf autoremove

3. Information about the php-snmp.x86_64 package on Oracle Linux 9

Last metadata expiration check: 3:52:01 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : php-snmp
Version : 8.3.3
Release : 1.el9.remi
Architecture : x86_64
Size : 46 k
Source : php-8.3.3-1.el9.remi.src.rpm
Repository : remi-modular
Summary : A module for PHP applications that query SNMP-managed devices
URL : http://www.php.net/
License : PHP-3.01
Description : The php-snmp package contains a dynamic shared object that will add
: support for querying SNMP devices to PHP. PHP is an HTML-embeddable
: scripting language. If you need SNMP support for PHP applications, you
: will need to install this package and the php package.