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

Last updated: September 29,2024

1. Install "socat.src" package

In this section, we are going to explain the necessary steps to install socat.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install socat.src

2. Uninstall "socat.src" package

Learn how to uninstall socat.src on Oracle Linux 8:

$ sudo dnf remove socat.src $ sudo dnf autoremove

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

Last metadata expiration check: 2:33:35 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : socat
Version : 1.7.4.1
Release : 1.el8
Architecture : src
Size : 651 k
Source : None
Repository : ol8_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.