How To Install paman on Fedora 36
Introduction
In this tutorial we learn how to install paman
on Fedora 36.
What is paman
PulseAudio Manager (paman) is a simple GTK frontend for the PulseAudio sound server. With paman you may browser most of PulseAudio’s internals. There is support for changing volume of sinks and sink outputs. You’re able to play samples from the sample cache.
We can use yum
or dnf
to install paman
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install paman.
Install paman on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install paman
using dnf
by running the following command:
sudo dnf -y install paman
Install paman on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install paman
using yum
by running the following command:
sudo yum -y install paman
How To Uninstall paman on Fedora 36
To uninstall only the paman
package we can use the following command:
sudo dnf remove paman
paman Package Contents on Fedora 36
/usr/bin/paman
/usr/lib/.build-id
/usr/lib/.build-id/a7
/usr/lib/.build-id/a7/4a19047a18c450149d8cc17e553bb0fd9b5657
/usr/share/applications/paman.desktop
/usr/share/doc/paman
/usr/share/doc/paman/LICENSE
/usr/share/doc/paman/README
/usr/share/paman
/usr/share/paman/paman.glade
References
Summary
In this tutorial we learn how to install paman
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).