How To Install pulseaudio-libs-glib2 on Rocky Linux 8
Introduction
In this tutorial we learn how to install pulseaudio-libs-glib2
on Rocky Linux 8.
What is pulseaudio-libs-glib2
This package contains bindings to integrate the PulseAudio client library with a GLIB 2.x based application.
We can use yum
or dnf
to install pulseaudio-libs-glib2
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install pulseaudio-libs-glib2.
Install pulseaudio-libs-glib2 on Rocky Linux 8 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install pulseaudio-libs-glib2
using dnf
by running the following command:
sudo dnf -y install pulseaudio-libs-glib2
Install pulseaudio-libs-glib2 on Rocky Linux 8 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install pulseaudio-libs-glib2
using yum
by running the following command:
sudo yum -y install pulseaudio-libs-glib2
How To Uninstall pulseaudio-libs-glib2 on Rocky Linux 8
To uninstall only the pulseaudio-libs-glib2
package we can use the following command:
sudo dnf remove pulseaudio-libs-glib2
pulseaudio-libs-glib2 Package Contents on Rocky Linux 8
/usr/lib/.build-id
/usr/lib/.build-id/29
/usr/lib/.build-id/29/c741edd68e476d369e2f8450850a6cfec2a2dc
/usr/lib/libpulse-mainloop-glib.so.0
/usr/lib/libpulse-mainloop-glib.so.0.0.6
/usr/lib/.build-id
/usr/lib/.build-id/ef/f31c991869a187ad6a86e03344b5a587372a64
/usr/lib64/libpulse-mainloop-glib.so.0
/usr/lib64/libpulse-mainloop-glib.so.0.0.6
References
Summary
In this tutorial we learn how to install pulseaudio-libs-glib2
on Rocky Linux 8 using yum and dnf.