How To Install telepathy-filesystem.noarch on Amazon Linux 2
Introduction
In this tutorial we learn how to install telepathy-filesystem.noarch on Amazon Linux 2.
What is telepathy-filesystem.noarch
This package provides some directories which are required by other packages which comprise the Telepathy release.
We can use yum to install telepathy-filesystem.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install telepathy-filesystem.noarch.
Install telepathy-filesystem.noarch 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-filesystem.noarch using yum by running the following command:
sudo yum -y install telepathy-filesystem.noarch
How To Uninstall telepathy-filesystem.noarch on Amazon Linux 2
To uninstall only the telepathy-filesystem.noarch package we can use the following command:
sudo yum remove telepathy-filesystem.noarch
telepathy-filesystem.noarch Package Contents on Amazon Linux 2
/usr/include/telepathy-1.0
/usr/share/telepathy
/usr/share/telepathy/clients
/usr/share/telepathy/managers
References
Summary
In this tutorial we learn how to install telepathy-filesystem.noarch on Amazon Linux 2 using yum.