How to Install and Uninstall socat.x86_64 Package on CentOS Stream 9

Last updated: September 22,2024

1. Install "socat.x86_64" package

This tutorial shows how to install socat.x86_64 on CentOS Stream 9

$ sudo dnf update $ sudo dnf install socat.x86_64

2. Uninstall "socat.x86_64" package

Please follow the guidelines below to uninstall socat.x86_64 on CentOS Stream 9:

$ sudo dnf remove socat.x86_64 $ sudo dnf autoremove

3. Information about the socat.x86_64 package on CentOS Stream 9

Last metadata expiration check: 0:51:49 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : socat
Version : 1.7.4.1
Release : 5.el9
Architecture : x86_64
Size : 305 k
Source : socat-1.7.4.1-5.el9.src.rpm
Repository : appstream
Summary : Bidirectional data relay between two data channels ('netcat++')
URL : http://www.dest-unreach.org/socat/
License : GPLv2
Description : Socat is a relay for bidirectional data transfer between two independent data
: channels. Each of these data channels may be a file, pipe, device (serial line
: etc. or a pseudo terminal), a socket (UNIX, IP4, IP6 - raw, UDP, TCP), an
: SSL socket, proxy CONNECT connection, a file descriptor (stdin etc.), the GNU
: line editor (readline), a program, or a combination of two of these.