How to Install and Uninstall php-pear-Net-Socket.noarch Package on Oracle Linux 9

Last updated: September 24,2024

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

This guide let you learn how to install php-pear-Net-Socket.noarch on Oracle Linux 9

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

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

Learn how to uninstall php-pear-Net-Socket.noarch on Oracle Linux 9:

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

3. Information about the php-pear-Net-Socket.noarch package on Oracle Linux 9

Last metadata expiration check: 0:39:16 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : php-pear-Net-Socket
Version : 1.2.2
Release : 14.el9
Architecture : noarch
Size : 15 k
Source : php-pear-Net-Socket-1.2.2-14.el9.src.rpm
Repository : epel
Summary : Network Socket Interface
URL : http://pear.php.net/package/Net_Socket
License : BSD-2-Clause
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).