How To Install metamath on Fedora 36
Introduction
In this tutorial we learn how to install metamath
on Fedora 36.
What is metamath
Metamath is a tiny language that can express theorems in abstract mathematics, accompanied by proofs that can be verified by a computer program. Metamath lets you see mathematics developed in complete detail from first principles, with absolute rigor.
We can use yum
or dnf
to install metamath
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install metamath.
Install metamath 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 metamath
using dnf
by running the following command:
sudo dnf -y install metamath
Install metamath 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 metamath
using yum
by running the following command:
sudo yum -y install metamath
How To Uninstall metamath on Fedora 36
To uninstall only the metamath
package we can use the following command:
sudo dnf remove metamath
metamath Package Contents on Fedora 36
/usr/bin/metamath
/usr/lib/.build-id
/usr/lib/.build-id/88
/usr/lib/.build-id/88/27940642e68333497ec2c0c261088de526111a
/usr/share/doc/metamath
/usr/share/doc/metamath/README.TXT
/usr/share/licenses/metamath
/usr/share/licenses/metamath/LICENSE.TXT
/usr/share/man/man1/metamath.1.gz
References
Summary
In this tutorial we learn how to install metamath
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).