How to Install and Uninstall php-pear-Net-Socket.noarch Package on Fedora 34

Last updated: October 05,2024

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

This is a short guide on how to install php-pear-Net-Socket.noarch on Fedora 34

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

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

Here is a brief guide to show you how to uninstall php-pear-Net-Socket.noarch on Fedora 34:

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

3. Information about the php-pear-Net-Socket.noarch package on Fedora 34

Last metadata expiration check: 0:06:24 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : php-pear-Net-Socket
Version : 1.2.2
Release : 9.fc34
Architecture : noarch
Size : 15 k
Source : php-pear-Net-Socket-1.2.2-9.fc34.src.rpm
Repository : fedora
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).