How to Install and Uninstall vanessa_socket-pipe.x86_64 Package on Fedora 35

Last updated: January 17,2025

1. Install "vanessa_socket-pipe.x86_64" package

Here is a brief guide to show you how to install vanessa_socket-pipe.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install vanessa_socket-pipe.x86_64

2. Uninstall "vanessa_socket-pipe.x86_64" package

Please follow the steps below to uninstall vanessa_socket-pipe.x86_64 on Fedora 35:

$ sudo dnf remove vanessa_socket-pipe.x86_64 $ sudo dnf autoremove

3. Information about the vanessa_socket-pipe.x86_64 package on Fedora 35

Last metadata expiration check: 0:56:27 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : vanessa_socket-pipe
Version : 0.0.12
Release : 19.fc35
Architecture : x86_64
Size : 24 k
Source : vanessa_socket-0.0.12-19.fc35.src.rpm
Repository : fedora
Summary : Trivial TCP/IP pipe build using libvanessa_adt
URL : http://www.vergenet.net/linux/vanessa/
License : GPLv2+
Description : A TCP/IP pipe is a user space programme that listens for TCP/IP connections on
: port on the local host and when a client connects makes a connection to a
: TCP/IP port, possibly on another host. Once both connections are established
: data sent on one connection is relayed to the other, hence forming a
: bi-directional pipe.
:
: Uses include enabling connections to specific ports on hosts behind a
: packet filter.
:
: This code is intended primarily as an example of how many of the
: features of libvanessa_socket work.