How To Install dleyna-renderer on Rocky Linux 8

In this tutorial we learn how to install dleyna-renderer on Rocky Linux 8. dleyna-renderer is Service for interacting with Digital Media Renderers

Introduction

In this tutorial we learn how to install dleyna-renderer on Rocky Linux 8.

What is dleyna-renderer

D-Bus service for clients to discover and manipulate DLNA Digital Media Renderers (DMRs).

We can use yum or dnf to install dleyna-renderer on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install dleyna-renderer.

Install dleyna-renderer on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install dleyna-renderer using dnf by running the following command:

sudo dnf -y install dleyna-renderer

Install dleyna-renderer on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install dleyna-renderer using yum by running the following command:

sudo yum -y install dleyna-renderer

How To Uninstall dleyna-renderer on Rocky Linux 8

To uninstall only the dleyna-renderer package we can use the following command:

sudo dnf remove dleyna-renderer

dleyna-renderer Package Contents on Rocky Linux 8

/etc/dleyna-renderer-service.conf
/usr/lib/.build-id
/usr/lib/.build-id/69
/usr/lib/.build-id/69/cb106191c455600217d44768a22f0e069148d6
/usr/lib/.build-id/8d
/usr/lib/.build-id/8d/5c4e6f1b2bed3458c29d912cffe4406018f453
/usr/lib64/dleyna-renderer
/usr/lib64/dleyna-renderer/libdleyna-renderer-1.0.so.1
/usr/lib64/dleyna-renderer/libdleyna-renderer-1.0.so.1.0.3
/usr/libexec/dleyna-renderer-service
/usr/share/dbus-1/services/com.intel.dleyna-renderer.service
/usr/share/doc/dleyna-renderer
/usr/share/doc/dleyna-renderer/AUTHORS
/usr/share/doc/dleyna-renderer/ChangeLog
/usr/share/doc/dleyna-renderer/README
/usr/share/licenses/dleyna-renderer
/usr/share/licenses/dleyna-renderer/COPYING
/usr/share/man/man5/dleyna-renderer-service.conf.5.gz

References

Summary

In this tutorial we learn how to install dleyna-renderer on Rocky Linux 8 using yum and dnf.