How To Install mysofa on Rocky Linux 8
In this tutorial we learn how to install mysofa on Rocky Linux 8. mysofa is Tools for libmysofa
Introduction
In this tutorial we learn how to install mysofa
on Rocky Linux 8.
What is mysofa
Tools for libmysofa.
We can use yum
or dnf
to install mysofa
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install mysofa.
Install mysofa 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 mysofa
using dnf
by running the following command:
sudo dnf -y install mysofa
Install mysofa 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 mysofa
using yum
by running the following command:
sudo yum -y install mysofa
How To Uninstall mysofa on Rocky Linux 8
To uninstall only the mysofa
package we can use the following command:
sudo dnf remove mysofa
mysofa Package Contents on Rocky Linux 8
/usr/bin/mysofa2json
/usr/lib/.build-id
/usr/lib/.build-id/c3
/usr/lib/.build-id/c3/31a651d63263409d16e196aa73c8837cc1240a
/usr/share/libmysofa
/usr/share/libmysofa/MIT_KEMAR_normal_pinna.sofa
/usr/share/libmysofa/default.sofa
References
Summary
In this tutorial we learn how to install mysofa
on Rocky Linux 8 using yum and dnf.