How To Install mathic-tools on Fedora 36
Introduction
In this tutorial we learn how to install mathic-tools on Fedora 36.
What is mathic-tools
Mathic-based tools. Currently this contains - divsim - pqsim
We can use yum or dnf to install mathic-tools on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mathic-tools.
Install mathic-tools 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 mathic-tools using dnf by running the following command:
sudo dnf -y install mathic-tools
Install mathic-tools 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 mathic-tools using yum by running the following command:
sudo yum -y install mathic-tools
How To Uninstall mathic-tools on Fedora 36
To uninstall only the mathic-tools package we can use the following command:
sudo dnf remove mathic-tools
mathic-tools Package Contents on Fedora 36
/usr/bin/divsim
/usr/bin/pqsim
/usr/lib/.build-id
/usr/lib/.build-id/b6
/usr/lib/.build-id/b6/0d301b5b46df95214c912f717e4b3b83f8d416
/usr/lib/.build-id/f3
/usr/lib/.build-id/f3/d8ee22a608ba71de2ca7923465f19ebcf9ac3b
References
Summary
In this tutorial we learn how to install mathic-tools on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).