How To Install dleyna-server.x86_64 on Amazon Linux 2

In this tutorial we learn how to install dleyna-server.x86_64 in Amazon Linux 2. dleyna-server.x86_64 is Service for interacting with Digital Media Servers

Introduction

In this tutorial we learn how to install dleyna-server.x86_64 on Amazon Linux 2.

What is dleyna-server.x86_64

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

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

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

sudo yum -y install dleyna-server.x86_64

How To Uninstall dleyna-server.x86_64 on Amazon Linux 2

To uninstall only the dleyna-server.x86_64 package we can use the following command:

sudo yum remove dleyna-server.x86_64

dleyna-server.x86_64 Package Contents on Amazon Linux 2

/etc/dleyna-server-service.conf
/usr/lib64/dleyna-server
/usr/lib64/dleyna-server/libdleyna-server-1.0.so.1
/usr/lib64/dleyna-server/libdleyna-server-1.0.so.1.0.3
/usr/libexec/dleyna-server-service
/usr/share/dbus-1/services/com.intel.dleyna-server.service
/usr/share/doc/dleyna-server-0.5.0
/usr/share/doc/dleyna-server-0.5.0/AUTHORS
/usr/share/doc/dleyna-server-0.5.0/COPYING
/usr/share/doc/dleyna-server-0.5.0/ChangeLog
/usr/share/doc/dleyna-server-0.5.0/README

References

Summary

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