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

In this tutorial we learn how to install alsa-plugins-maemo.x86_64 in Amazon Linux 2. alsa-plugins-maemo.x86_64 is Maemo plugin for ALSA

Introduction

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

What is alsa-plugins-maemo.x86_64

This plugin converts the ALSA API over PCM task nodes protocol. In this way, ALSA native applications can run over DSP Gateway and use DSP PCM task nodes.

We can use yum to install alsa-plugins-maemo.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-maemo.x86_64.

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

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

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

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

sudo yum remove alsa-plugins-maemo.x86_64

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

/usr/lib64/alsa-lib/libasound_module_ctl_dsp_ctl.so
/usr/lib64/alsa-lib/libasound_module_pcm_alsa_dsp.so
/usr/share/alsa/alsa.conf.d
/usr/share/alsa/alsa.conf.d/98-maemo.conf
/usr/share/doc/alsa-plugins-maemo-1.1.1
/usr/share/doc/alsa-plugins-maemo-1.1.1/COPYING
/usr/share/doc/alsa-plugins-maemo-1.1.1/COPYING.GPL
/usr/share/doc/alsa-plugins-maemo-1.1.1/README-maemo

References

Summary

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