How To Install tracker-preferences.x86_64 on Amazon Linux 2
In this tutorial we learn how to install tracker-preferences.x86_64 in Amazon Linux 2. tracker-preferences.x86_64 is Tracker preferences
Introduction
In this tutorial we learn how to install tracker-preferences.x86_64 on Amazon Linux 2.
What is tracker-preferences.x86_64
Graphical frontend to tracker configuration.
We can use yum to install tracker-preferences.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install tracker-preferences.x86_64.
Install tracker-preferences.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 tracker-preferences.x86_64 using yum by running the following command:
sudo yum -y install tracker-preferences.x86_64
How To Uninstall tracker-preferences.x86_64 on Amazon Linux 2
To uninstall only the tracker-preferences.x86_64 package we can use the following command:
sudo yum remove tracker-preferences.x86_64
tracker-preferences.x86_64 Package Contents on Amazon Linux 2
/usr/bin/tracker-preferences
/usr/share/appdata/tracker-preferences.appdata.xml
/usr/share/applications/tracker-preferences.desktop
/usr/share/icons/hicolor/16x16/apps/tracker.png
/usr/share/icons/hicolor/22x22/apps/tracker.png
/usr/share/icons/hicolor/24x24/apps/tracker.png
/usr/share/icons/hicolor/32x32/apps/tracker.png
/usr/share/icons/hicolor/48x48/apps/tracker.png
/usr/share/icons/hicolor/scalable/apps/tracker.svg
/usr/share/man/man1/tracker-preferences.1.gz
/usr/share/tracker/tracker-preferences.ui
References
Summary
In this tutorial we learn how to install tracker-preferences.x86_64 on Amazon Linux 2 using yum.