How To Install pulseaudio-module-zeroconf.x86_64 on Amazon Linux 2

In this tutorial we learn how to install pulseaudio-module-zeroconf.x86_64 in Amazon Linux 2. pulseaudio-module-zeroconf.x86_64 is Zeroconf support for the PulseAudio sound server

Introduction

In this tutorial we learn how to install pulseaudio-module-zeroconf.x86_64 on Amazon Linux 2.

What is pulseaudio-module-zeroconf.x86_64

Zeroconf publishing module for the PulseAudio sound server.

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

Install pulseaudio-module-zeroconf.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 pulseaudio-module-zeroconf.x86_64 using yum by running the following command:

sudo yum -y install pulseaudio-module-zeroconf.x86_64

How To Uninstall pulseaudio-module-zeroconf.x86_64 on Amazon Linux 2

To uninstall only the pulseaudio-module-zeroconf.x86_64 package we can use the following command:

sudo yum remove pulseaudio-module-zeroconf.x86_64

pulseaudio-module-zeroconf.x86_64 Package Contents on Amazon Linux 2

/usr/lib64/pulse-10.0/modules/libavahi-wrap.so
/usr/lib64/pulse-10.0/modules/libraop.so
/usr/lib64/pulse-10.0/modules/module-raop-discover.so
/usr/lib64/pulse-10.0/modules/module-raop-sink.so
/usr/lib64/pulse-10.0/modules/module-zeroconf-discover.so
/usr/lib64/pulse-10.0/modules/module-zeroconf-publish.so

References

Summary

In this tutorial we learn how to install pulseaudio-module-zeroconf.x86_64 on Amazon Linux 2 using yum.