How To Install libwvstreams.i686 on Amazon Linux 2
In this tutorial we learn how to install libwvstreams.i686 in Amazon Linux 2. libwvstreams.i686 is WvStreams is a network programming library written in C++
Introduction
In this tutorial we learn how to install libwvstreams.i686
on Amazon Linux 2.
What is libwvstreams.i686
WvStreams aims to be an efficient, secure, and easy-to-use library for doing network applications development.
We can use yum
to install libwvstreams.i686
on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install libwvstreams.i686.
Install libwvstreams.i686 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.i686
using yum
by running the following command:
sudo yum -y install libwvstreams.i686
How To Uninstall libwvstreams.i686 on Amazon Linux 2
To uninstall only the libwvstreams.i686
package we can use the following command:
sudo yum remove libwvstreams.i686
libwvstreams.i686 Package Contents on Amazon Linux 2
/usr/lib/libuniconf.so.4.6
/usr/lib/libwvbase.so.4.6
/usr/lib/libwvdbus.so.4.6
/usr/lib/libwvstreams.so.4.6
/usr/lib/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.i686
on Amazon Linux 2 using yum.