How to Install and Uninstall php-pear-Net-Socket.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: January 10,2025

1. Install "php-pear-Net-Socket.noarch" package

This tutorial shows how to install php-pear-Net-Socket.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install php-pear-Net-Socket.noarch

2. Uninstall "php-pear-Net-Socket.noarch" package

In this section, we are going to explain the necessary steps to uninstall php-pear-Net-Socket.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove php-pear-Net-Socket.noarch $ sudo dnf autoremove

3. Information about the php-pear-Net-Socket.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:12:36 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : php-pear-Net-Socket
Version : 1.2.2
Release : 6.el8
Architecture : noarch
Size : 19 k
Source : php-pear-Net-Socket-1.2.2-6.el8.src.rpm
Repository : epel
Summary : Network Socket Interface
URL : http://pear.php.net/package/Net_Socket
License : BSD
Description : Net_Socket is a class interface to TCP sockets. It provides blocking
: and non-blocking operation, with different reading and writing modes
: (byte-wise, block-wise, line-wise and special formats like network
: byte-order ip addresses).