How To Install libmpcdec-devel.x86_64 on Amazon Linux 2

In this tutorial we learn how to install libmpcdec-devel.x86_64 in Amazon Linux 2. libmpcdec-devel.x86_64 is Development files for the Musepack audio decoding library

Introduction

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

What is libmpcdec-devel.x86_64

Development files for the Musepack audio decoding library.

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

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

sudo yum -y install libmpcdec-devel.x86_64

How To Uninstall libmpcdec-devel.x86_64 on Amazon Linux 2

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

sudo yum remove libmpcdec-devel.x86_64

libmpcdec-devel.x86_64 Package Contents on Amazon Linux 2

/usr/include/mpcdec
/usr/include/mpcdec/config_types.h
/usr/include/mpcdec/decoder.h
/usr/include/mpcdec/huffman.h
/usr/include/mpcdec/math.h
/usr/include/mpcdec/mpcdec.h
/usr/include/mpcdec/reader.h
/usr/include/mpcdec/requant.h
/usr/include/mpcdec/streaminfo.h
/usr/lib64/libmpcdec.so

References

Summary

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