How To Install mppenc on Fedora 36
Introduction
In this tutorial we learn how to install mppenc
on Fedora 36.
What is mppenc
This is a Musepack StreamVersion7 encoder for audio. Musepack is an audio compression format with a strong emphasis on high quality. It’s not lossless, but it is designed for transparency, so that you won’t be able to hear differences between the original wave file and the much smaller MPC file. It is based on the MPEG-1 Layer-2 / MP2 algorithms, but has rapidly developed and vastly improved and is now at an advanced stage in which it contains heavily optimized and patentless code.
We can use yum
or dnf
to install mppenc
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mppenc.
Install mppenc 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 mppenc
using dnf
by running the following command:
sudo dnf -y install mppenc
Install mppenc 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 mppenc
using yum
by running the following command:
sudo yum -y install mppenc
How To Uninstall mppenc on Fedora 36
To uninstall only the mppenc
package we can use the following command:
sudo dnf remove mppenc
mppenc Package Contents on Fedora 36
/usr/bin/mppenc
/usr/lib/.build-id
/usr/lib/.build-id/04
/usr/lib/.build-id/04/a1cc2be7c7e0d5c3a0e2a057638e65f2124ec9
/usr/share/doc/mppenc
/usr/share/doc/mppenc/Changelog
References
Summary
In this tutorial we learn how to install mppenc
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).