How To Install rygel-tracker on Fedora 36
Introduction
In this tutorial we learn how to install rygel-tracker
on Fedora 36.
What is rygel-tracker
A plugin for rygel to use tracker to locate media on the local machine.
We can use yum
or dnf
to install rygel-tracker
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rygel-tracker.
Install rygel-tracker on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install rygel-tracker
using dnf
by running the following command:
sudo dnf -y install rygel-tracker
Install rygel-tracker on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install rygel-tracker
using yum
by running the following command:
sudo yum -y install rygel-tracker
How To Uninstall rygel-tracker on Fedora 36
To uninstall only the rygel-tracker
package we can use the following command:
sudo dnf remove rygel-tracker
rygel-tracker Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/a4
/usr/lib/.build-id/a4/29eed63556de569a4a190b86922d3da67fcfcf
/usr/lib64/rygel-2.6/plugins/librygel-tracker3.so
/usr/lib64/rygel-2.6/plugins/tracker3.plugin
References
Summary
In this tutorial we learn how to install rygel-tracker
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).