How to Install and Uninstall socat.src Package on Oracle Linux 9

Last updated: May 19,2024

1. Install "socat.src" package

This guide let you learn how to install socat.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install socat.src

2. Uninstall "socat.src" package

Please follow the guidance below to uninstall socat.src on Oracle Linux 9:

$ sudo dnf remove socat.src $ sudo dnf autoremove

3. Information about the socat.src package on Oracle Linux 9

Last metadata expiration check: 2:04:14 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : socat
Version : 1.7.4.1
Release : 5.el9
Architecture : src
Size : 647 k
Source : None
Repository : ol9_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.