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

In this tutorial we learn how to install dleyna-core-devel.x86_64 in Amazon Linux 2. dleyna-core-devel.x86_64 is Development files for dleyna-core

Introduction

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

What is dleyna-core-devel.x86_64

The dleyna-core-devel package contains libraries and header files for developing applications that use dleyna-core.

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

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

sudo yum -y install dleyna-core-devel.x86_64

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

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

sudo yum remove dleyna-core-devel.x86_64

dleyna-core-devel.x86_64 Package Contents on Amazon Linux 2

/usr/include/dleyna-1.0
/usr/include/dleyna-1.0/libdleyna
/usr/include/dleyna-1.0/libdleyna/core
/usr/include/dleyna-1.0/libdleyna/core/connector-mgr.h
/usr/include/dleyna-1.0/libdleyna/core/connector.h
/usr/include/dleyna-1.0/libdleyna/core/control-point.h
/usr/include/dleyna-1.0/libdleyna/core/error.h
/usr/include/dleyna-1.0/libdleyna/core/log.h
/usr/include/dleyna-1.0/libdleyna/core/main-loop.h
/usr/include/dleyna-1.0/libdleyna/core/service-task.h
/usr/include/dleyna-1.0/libdleyna/core/settings.h
/usr/include/dleyna-1.0/libdleyna/core/task-atom.h
/usr/include/dleyna-1.0/libdleyna/core/task-processor.h
/usr/include/dleyna-1.0/libdleyna/core/white-list.h
/usr/lib64/libdleyna-core-1.0.so
/usr/lib64/pkgconfig/dleyna-core-1.0.pc

References

Summary

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