How To Install vanessa_socket on Fedora 34
Introduction
In this tutorial we learn how to install vanessa_socket
on Fedora 34.
What is vanessa_socket
Library to simplify TCP/IP socket operations. Includes code to open a socket to a server as a client, to listen on socket for clients as a server and to pipe information between sockets. vanessa_socket 0.0.12 18.fc34 x86_64 29 k vanessa_socket-0.0.12-18.fc34.src.rpm fedora Simplify TCP/IP socket operations http LGPLv2+ Library to simplify TCP/IP socket operations. Includes code to open a socket to a server as a client, to listen on socket for clients as a server and to pipe information between sockets.
We can use yum
or dnf
to install vanessa_socket
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install vanessa_socket.
Install vanessa_socket on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install vanessa_socket
using dnf
by running the following command:
sudo dnf -y install vanessa_socket
Install vanessa_socket on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install vanessa_socket
using yum
by running the following command:
sudo yum -y install vanessa_socket
How To Uninstall vanessa_socket on Fedora 34
To uninstall only the vanessa_socket
package we can use the following command:
sudo dnf remove vanessa_socket
vanessa_socket Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/5c
/usr/lib/.build-id/5c/5d181c6ac03a2f545015483b7e593caee465bd
/usr/lib64/libvanessa_socket.so.2
/usr/lib64/libvanessa_socket.so.2.1.0
/usr/share/doc/vanessa_socket
/usr/share/doc/vanessa_socket/COPYING
/usr/share/doc/vanessa_socket/ChangeLog
/usr/share/doc/vanessa_socket/README
/usr/lib/.build-id
/usr/lib/.build-id/f0
/usr/lib/.build-id/f0/bb619f06ff4985a876e8b902a55f5ce125640c
/usr/lib/libvanessa_socket.so.2
/usr/lib/libvanessa_socket.so.2.1.0
/usr/share/doc/vanessa_socket
/usr/share/doc/vanessa_socket/COPYING
/usr/share/doc/vanessa_socket/ChangeLog
/usr/share/doc/vanessa_socket/README
References
- [vanessa_socket website](http://www.vergenet.net/linux/vanessa/ http://www.vergenet.net/linux/vanessa/)
Summary
In this tutorial we learn how to install vanessa_socket
on Fedora 34 using yum and dnf.