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

In this tutorial we learn how to install dleyna-core.x86_64 in Amazon Linux 2. dleyna-core.x86_64 is Utilities for higher level dLeyna libraries

Introduction

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

What is dleyna-core.x86_64

A set of utility functions that are used by the higher level dLeyna libraries to communicate with DLNA devices. It provides APIs for logging, error, settings and task management, and an IPC abstraction.

We can use yum to install dleyna-core.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-core.x86_64.

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

sudo yum -y install dleyna-core.x86_64

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

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

sudo yum remove dleyna-core.x86_64

dleyna-core.x86_64 Package Contents on Amazon Linux 2

/usr/lib64/libdleyna-core-1.0.so.4
/usr/lib64/libdleyna-core-1.0.so.4.0.0
/usr/share/doc/dleyna-core-0.5.0
/usr/share/doc/dleyna-core-0.5.0/AUTHORS
/usr/share/doc/dleyna-core-0.5.0/COPYING
/usr/share/doc/dleyna-core-0.5.0/ChangeLog
/usr/share/doc/dleyna-core-0.5.0/README

References

Summary

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