How To Install dleyna-server on Fedora 36

In this tutorial we learn how to install dleyna-server in Fedora 36. dleyna-server is Service for interacting with Digital Media Servers

Introduction

In this tutorial we learn how to install dleyna-server on Fedora 36.

What is dleyna-server

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

We can use yum or dnf to install dleyna-server on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install dleyna-server.

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

sudo dnf -y install dleyna-server

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

sudo yum -y install dleyna-server

How To Uninstall dleyna-server on Fedora 36

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

sudo dnf remove dleyna-server

dleyna-server Package Contents on Fedora 36

/etc/dleyna-server-service.conf
/usr/lib/.build-id
/usr/lib/.build-id/2f
/usr/lib/.build-id/2f/0b5cffd114b456edba19b71b1307385dca077f
/usr/lib/.build-id/aa
/usr/lib/.build-id/aa/c60c2a207d959730078fed322236148f5dd332
/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
/usr/share/doc/dleyna-server/AUTHORS
/usr/share/doc/dleyna-server/ChangeLog
/usr/share/doc/dleyna-server/README
/usr/share/licenses/dleyna-server
/usr/share/licenses/dleyna-server/COPYING

References

Summary

In this tutorial we learn how to install dleyna-server on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).