How To Install mudita24 on Fedora 34
Introduction
In this tutorial we learn how to install mudita24
on Fedora 34.
What is mudita24
Mudita24 is a modification of the Linux alsa-tools’ envy24control application controlling the digital mixer, channel gains and other hardware settings for sound cards based on the VIA Ice1712 chipset aka Envy24. Unlike most ALSA mixer controls, this application displays a level meter for each input and output channel and maintains peak level indicators. This is based on Envy24’s hardware peak metering feature. Mudita24 provides alternate name to avoid confusion with “envy24control 0.6.0” until changes in this version propagate upstream. As balance to the “Envy”, this project needed some Mudita “In Buddhism the third of the four divine abidings is mudita, taking joy in the good fortune of another. This virtue is considered the antidote to envy and the opposite of schadenfreude.” This utility is preferable to alsamixer for those with ice1712-based cards Delta 410 and Audiophile 2496. Terratec EWS 88MT, EWS 88D, EWX 24/96, DMX 6Fire, Phase 88. Hoontech Soundtrack DSP 24, Soundtrack DSP 24 Value, Soundtrack DSP 24 Media 7.1. Event Electronics EZ8. Digigram VX442. Lionstracs, Mediastaton. Terrasoniq TS 88. Roland/Edirol DA-2496.
We can use yum
or dnf
to install mudita24
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install mudita24.
Install mudita24 on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install mudita24
using dnf
by running the following command:
sudo dnf -y install mudita24
Install mudita24 on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install mudita24
using yum
by running the following command:
sudo yum -y install mudita24
How To Uninstall mudita24 on Fedora 34
To uninstall only the mudita24
package we can use the following command:
sudo dnf remove mudita24
mudita24 Package Contents on Fedora 34
/usr/bin/mudita24
/usr/lib/.build-id
/usr/lib/.build-id/6c
/usr/lib/.build-id/6c/e1372e0844ccae30e729e8d977780554376d27
/usr/share/applications/mudita24.desktop
/usr/share/doc/mudita24
/usr/share/doc/mudita24/README
/usr/share/doc/mudita24/README.profiles
/usr/share/licenses/mudita24
/usr/share/licenses/mudita24/COPYING
/usr/share/pixmaps/mudita24.xpm
References
Summary
In this tutorial we learn how to install mudita24
on Fedora 34 using yum and dnf.