How To Install pulseaudio-libs.i686 on Amazon Linux 2

In this tutorial we learn how to install pulseaudio-libs.i686 in Amazon Linux 2. pulseaudio-libs.i686 is Libraries for PulseAudio clients

Introduction

In this tutorial we learn how to install pulseaudio-libs.i686 on Amazon Linux 2.

What is pulseaudio-libs.i686

This package contains the runtime libraries for any application that wishes to interface with a PulseAudio sound server.

We can use yum to install pulseaudio-libs.i686 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install pulseaudio-libs.i686.

Install pulseaudio-libs.i686 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 pulseaudio-libs.i686 using yum by running the following command:

sudo yum -y install pulseaudio-libs.i686

How To Uninstall pulseaudio-libs.i686 on Amazon Linux 2

To uninstall only the pulseaudio-libs.i686 package we can use the following command:

sudo yum remove pulseaudio-libs.i686

pulseaudio-libs.i686 Package Contents on Amazon Linux 2

/etc/pulse
/etc/pulse/client.conf
/usr/lib/libpulse-simple.so.0
/usr/lib/libpulse-simple.so.0.1.0
/usr/lib/libpulse.so.0
/usr/lib/libpulse.so.0.20.1
/usr/lib/pulseaudio
/usr/lib/pulseaudio/libpulsecommon-10.0.so
/usr/lib/pulseaudio/libpulsedsp.so
/usr/share/doc/pulseaudio-libs-10.0
/usr/share/doc/pulseaudio-libs-10.0/GPL
/usr/share/doc/pulseaudio-libs-10.0/LGPL
/usr/share/doc/pulseaudio-libs-10.0/LICENSE
/usr/share/doc/pulseaudio-libs-10.0/README
/usr/share/locale/as/LC_MESSAGES/pulseaudio.mo
/usr/share/locale/be/LC_MESSAGES/pulseaudio.mo
/usr/share/locale/bn_IN/LC_MESSAGES/pulseaudio.mo
/usr/share/locale/ca/LC_MESSAGES/pulseaudio.mo
/usr/share/locale/cs/LC_MESSAGES/pulseaudio.mo
/usr/share/locale/de/LC_MESSAGES/pulseaudio.mo
/usr/share/locale/de_CH/LC_MESSAGES/pulseaudio.mo
/usr/share/locale/el/LC_MESSAGES/pulseaudio.mo
/usr/share/locale/es/LC_MESSAGES/pulseaudio.mo
/usr/share/locale/fi/LC_MESSAGES/pulseaudio.mo
/usr/share/locale/fr/LC_MESSAGES/pulseaudio.mo
/usr/share/locale/gl/LC_MESSAGES/pulseaudio.mo
/usr/share/locale/gu/LC_MESSAGES/pulseaudio.mo
/usr/share/locale/he/LC_MESSAGES/pulseaudio.mo
/usr/share/locale/hi/LC_MESSAGES/pulseaudio.mo
/usr/share/locale/hu/LC_MESSAGES/pulseaudio.mo
/usr/share/locale/id/LC_MESSAGES/pulseaudio.mo
/usr/share/locale/it/LC_MESSAGES/pulseaudio.mo
/usr/share/locale/ja/LC_MESSAGES/pulseaudio.mo
/usr/share/locale/kn/LC_MESSAGES/pulseaudio.mo
/usr/share/locale/ko/LC_MESSAGES/pulseaudio.mo
/usr/share/locale/lt/LC_MESSAGES/pulseaudio.mo
/usr/share/locale/ml/LC_MESSAGES/pulseaudio.mo
/usr/share/locale/mr/LC_MESSAGES/pulseaudio.mo
/usr/share/locale/nl/LC_MESSAGES/pulseaudio.mo
/usr/share/locale/oc/LC_MESSAGES/pulseaudio.mo
/usr/share/locale/or/LC_MESSAGES/pulseaudio.mo
/usr/share/locale/pa/LC_MESSAGES/pulseaudio.mo
/usr/share/locale/pl/LC_MESSAGES/pulseaudio.mo
/usr/share/locale/pt/LC_MESSAGES/pulseaudio.mo
/usr/share/locale/pt_BR/LC_MESSAGES/pulseaudio.mo
/usr/share/locale/ru/LC_MESSAGES/pulseaudio.mo
/usr/share/locale/sk/LC_MESSAGES/pulseaudio.mo
/usr/share/locale/sr/LC_MESSAGES/pulseaudio.mo
/usr/share/locale/sr@latin/LC_MESSAGES/pulseaudio.mo
/usr/share/locale/sv/LC_MESSAGES/pulseaudio.mo
/usr/share/locale/ta/LC_MESSAGES/pulseaudio.mo
/usr/share/locale/te/LC_MESSAGES/pulseaudio.mo
/usr/share/locale/tr/LC_MESSAGES/pulseaudio.mo
/usr/share/locale/uk/LC_MESSAGES/pulseaudio.mo
/usr/share/locale/zh_CN/LC_MESSAGES/pulseaudio.mo
/usr/share/locale/zh_TW/LC_MESSAGES/pulseaudio.mo

References

Summary

In this tutorial we learn how to install pulseaudio-libs.i686 on Amazon Linux 2 using yum.