How To Install libwvstreams.x86_64 on Amazon Linux 2
In this tutorial we learn how to install libwvstreams.x86_64 in Amazon Linux 2. libwvstreams.x86_64 is WvStreams is a network programming library written in C++
Introduction
In this tutorial we learn how to install libwvstreams.x86_64 on Amazon Linux 2.
What is libwvstreams.x86_64
WvStreams aims to be an efficient, secure, and easy-to-use library for doing network applications development.
We can use yum to install libwvstreams.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install libwvstreams.x86_64.
Install libwvstreams.x86_64 on Amazon Linux 2 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install libwvstreams.x86_64 using yum by running the following command:
sudo yum -y install libwvstreams.x86_64
How To Uninstall libwvstreams.x86_64 on Amazon Linux 2
To uninstall only the libwvstreams.x86_64 package we can use the following command:
sudo yum remove libwvstreams.x86_64
libwvstreams.x86_64 Package Contents on Amazon Linux 2
/usr/lib64/libuniconf.so.4.6
/usr/lib64/libwvbase.so.4.6
/usr/lib64/libwvdbus.so.4.6
/usr/lib64/libwvstreams.so.4.6
/usr/lib64/libwvutils.so.4.6
/usr/share/doc/libwvstreams-4.6.1
/usr/share/doc/libwvstreams-4.6.1/LICENSE
/usr/share/doc/libwvstreams-4.6.1/README
References
Summary
In this tutorial we learn how to install libwvstreams.x86_64 on Amazon Linux 2 using yum.