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

Last updated: October 06,2024

1. Install "socat.x86_64" package

In this section, we are going to explain the necessary steps to install socat.x86_64 on Fedora 34

$ 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 34:

$ sudo dnf remove socat.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:43:07 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : socat
Version : 1.7.4.2
Release : 1.fc34
Architecture : x86_64
Size : 302 k
Source : socat-1.7.4.2-1.fc34.src.rpm
Repository : updates
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.