How to Install and Uninstall php-pear-Net_Socket Package on openSuSE Tumbleweed

Last updated: June 24,2024

1. Install "php-pear-Net_Socket" package

Please follow the steps below to install php-pear-Net_Socket on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install php-pear-Net_Socket

2. Uninstall "php-pear-Net_Socket" package

This guide let you learn how to uninstall php-pear-Net_Socket on openSuSE Tumbleweed:

$ sudo zypper remove php-pear-Net_Socket

3. Information about the php-pear-Net_Socket package on openSuSE Tumbleweed

Information for package php-pear-Net_Socket:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : php-pear-Net_Socket
Version : 1.2.2-1.12
Arch : noarch
Vendor : openSUSE
Installed Size : 25.5 KiB
Installed : No
Status : not installed
Source package : php-pear-Net_Socket-1.2.2-1.12.src
Upstream URL : https://pear.php.net/package/Net_Socket
Summary : Network Socket Interface
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).