How To Install pamix on Fedora 36
Introduction
In this tutorial we learn how to install pamix
on Fedora 36.
What is pamix
PAmix is a simple, terminal-based mixer for PulseAudio inspired by pavucontrol.
We can use yum
or dnf
to install pamix
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install pamix.
Install pamix 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 pamix
using dnf
by running the following command:
sudo dnf -y install pamix
Install pamix 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 pamix
using yum
by running the following command:
sudo yum -y install pamix
How To Uninstall pamix on Fedora 36
To uninstall only the pamix
package we can use the following command:
sudo dnf remove pamix
pamix Package Contents on Fedora 36
/etc/pamix.conf
/usr/bin/pamix
/usr/lib/.build-id
/usr/lib/.build-id/2a
/usr/lib/.build-id/2a/fcd8bfd57bf1a5726bdcda56573efac1831c1c
/usr/share/doc/pamix
/usr/share/doc/pamix/README.md
/usr/share/licenses/pamix
/usr/share/licenses/pamix/LICENSE
/usr/share/man/man1/pamix.1.gz
References
Summary
In this tutorial we learn how to install pamix
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).