How to Install and Uninstall socat.x86_64 Package on Fedora 36

Last updated: June 29,2024

1. Install "socat.x86_64" package

Please follow the guidelines below to install socat.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install socat.x86_64

2. Uninstall "socat.x86_64" package

This tutorial shows how to uninstall socat.x86_64 on Fedora 36:

$ sudo dnf remove socat.x86_64 $ sudo dnf autoremove

3. Information about the socat.x86_64 package on Fedora 36

Last metadata expiration check: 5:57:42 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : socat
Version : 1.7.4.2
Release : 2.fc36
Architecture : x86_64
Size : 302 k
Source : socat-1.7.4.2-2.fc36.src.rpm
Repository : fedora
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.