How To Install farstream02.i686 on Amazon Linux 2
In this tutorial we learn how to install farstream02.i686 in Amazon Linux 2. farstream02.i686 is Libraries for videoconferencing
Introduction
In this tutorial we learn how to install farstream02.i686 on Amazon Linux 2.
What is farstream02.i686
farstream02 is a collection of GStreamer modules and libraries for videoconferencing.
We can use yum to install farstream02.i686 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install farstream02.i686.
Install farstream02.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 farstream02.i686 using yum by running the following command:
sudo yum -y install farstream02.i686
How To Uninstall farstream02.i686 on Amazon Linux 2
To uninstall only the farstream02.i686 package we can use the following command:
sudo yum remove farstream02.i686
farstream02.i686 Package Contents on Amazon Linux 2
/usr/lib/farstream-0.2
/usr/lib/farstream-0.2/libmulticast-transmitter.so
/usr/lib/farstream-0.2/libnice-transmitter.so
/usr/lib/farstream-0.2/librawudp-transmitter.so
/usr/lib/farstream-0.2/libshm-transmitter.so
/usr/lib/girepository-1.0/Farstream-0.2.typelib
/usr/lib/gstreamer-1.0/libfsmsnconference.so
/usr/lib/gstreamer-1.0/libfsrawconference.so
/usr/lib/gstreamer-1.0/libfsrtcpfilter.so
/usr/lib/gstreamer-1.0/libfsrtpconference.so
/usr/lib/gstreamer-1.0/libfsvideoanyrate.so
/usr/lib/libfarstream-0.2.so.2
/usr/lib/libfarstream-0.2.so.2.1.0
/usr/share/doc/farstream02-0.2.3
/usr/share/doc/farstream02-0.2.3/AUTHORS
/usr/share/doc/farstream02-0.2.3/COPYING
/usr/share/doc/farstream02-0.2.3/NEWS
/usr/share/farstream
/usr/share/farstream/0.2
/usr/share/farstream/0.2/fsrawconference
/usr/share/farstream/0.2/fsrawconference/default-element-properties
/usr/share/farstream/0.2/fsrtpconference
/usr/share/farstream/0.2/fsrtpconference/default-codec-preferences
/usr/share/farstream/0.2/fsrtpconference/default-element-properties
References
Summary
In this tutorial we learn how to install farstream02.i686 on Amazon Linux 2 using yum.