How To Install alsa-plugins-upmix.x86_64 on Amazon Linux 2

In this tutorial we learn how to install alsa-plugins-upmix.x86_64 in Amazon Linux 2. alsa-plugins-upmix.x86_64 is Upmixer channel expander plugin for ALSA

Introduction

In this tutorial we learn how to install alsa-plugins-upmix.x86_64 on Amazon Linux 2.

What is alsa-plugins-upmix.x86_64

The upmix plugin is an easy-to-use plugin for upmixing to 4 or 6-channel stream. The number of channels to be expanded is determined by the slave PCM or explicitly via channel option.

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

Install alsa-plugins-upmix.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 alsa-plugins-upmix.x86_64 using yum by running the following command:

sudo yum -y install alsa-plugins-upmix.x86_64

How To Uninstall alsa-plugins-upmix.x86_64 on Amazon Linux 2

To uninstall only the alsa-plugins-upmix.x86_64 package we can use the following command:

sudo yum remove alsa-plugins-upmix.x86_64

alsa-plugins-upmix.x86_64 Package Contents on Amazon Linux 2

/usr/lib64/alsa-lib/libasound_module_pcm_upmix.so
/usr/share/alsa/alsa.conf.d
/usr/share/alsa/alsa.conf.d/50-upmix.conf
/usr/share/doc/alsa-plugins-upmix-1.1.1
/usr/share/doc/alsa-plugins-upmix-1.1.1/COPYING
/usr/share/doc/alsa-plugins-upmix-1.1.1/COPYING.GPL
/usr/share/doc/alsa-plugins-upmix-1.1.1/upmix.txt

References

Summary

In this tutorial we learn how to install alsa-plugins-upmix.x86_64 on Amazon Linux 2 using yum.