How To Install telepathy-farstream.x86_64 on Amazon Linux 2

In this tutorial we learn how to install telepathy-farstream.x86_64 in Amazon Linux 2. telepathy-farstream.x86_64 is Telepathy client library to handle Call channels

Introduction

In this tutorial we learn how to install telepathy-farstream.x86_64 on Amazon Linux 2.

What is telepathy-farstream.x86_64

telepathy-farstream is a Telepathy client library that uses Farstream to handle Call channels.

We can use yum to install telepathy-farstream.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install telepathy-farstream.x86_64.

Install telepathy-farstream.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 telepathy-farstream.x86_64 using yum by running the following command:

sudo yum -y install telepathy-farstream.x86_64

How To Uninstall telepathy-farstream.x86_64 on Amazon Linux 2

To uninstall only the telepathy-farstream.x86_64 package we can use the following command:

sudo yum remove telepathy-farstream.x86_64

telepathy-farstream.x86_64 Package Contents on Amazon Linux 2

/usr/lib64/girepository-1.0/TelepathyFarstream-0.6.typelib
/usr/lib64/libtelepathy-farstream.so.3
/usr/lib64/libtelepathy-farstream.so.3.0.0
/usr/share/doc/telepathy-farstream-0.6.0
/usr/share/doc/telepathy-farstream-0.6.0/COPYING
/usr/share/doc/telepathy-farstream-0.6.0/NEWS
/usr/share/doc/telepathy-farstream-0.6.0/README

References

Summary

In this tutorial we learn how to install telepathy-farstream.x86_64 on Amazon Linux 2 using yum.