How To Install E on Fedora 36

In this tutorial we learn how to install E in Fedora 36. E is Equational Theorem Prover

Introduction

In this tutorial we learn how to install E on Fedora 36.

What is E

E is a purely equational theorem prover for full first-order logic. That means it is a program that you can stuff a mathematical specification (in first-order format) and a hypothesis into, and which will then run forever, using up all of your machines’ resources. Very occasionally it will find a proof for the hypothesis and tell you so. E’s inference core is based on a modified version of the superposition calculus for equational clausal logic. Both clausification and reasoning on the clausal form can be documented in checkable proof objects. E was the best-performing open source software prover in the 2008 CADE ATP System Competition (CASC) in the FOF, CNF, and UEQ divisions. In the 2011 competition, it won second place in the FOF division, and placed highly in CNF and UEQ.

We can use yum or dnf to install E on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install E.

Install E 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 E using dnf by running the following command:

sudo dnf -y install E

Install E 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 E using yum by running the following command:

sudo yum -y install E

How To Uninstall E on Fedora 36

To uninstall only the E package we can use the following command:

sudo dnf remove E

E Package Contents on Fedora 36

/usr/bin/checkproof
/usr/bin/e_axfilter
/usr/bin/e_deduction_server
/usr/bin/e_ltb_runner
/usr/bin/e_stratpar
/usr/bin/eground
/usr/bin/ekb_create
/usr/bin/ekb_delete
/usr/bin/ekb_ginsert
/usr/bin/ekb_insert
/usr/bin/epclextract
/usr/bin/eprover
/usr/lib/.build-id
/usr/lib/.build-id/58
/usr/lib/.build-id/58/3e04f2d44858442898c7ec0cb2f583f4422cfe
/usr/lib/.build-id/59
/usr/lib/.build-id/59/e13e1ecd54c2f364b5256fc4948a8fbabcd5fd
/usr/lib/.build-id/5c
/usr/lib/.build-id/5c/d7298ea765ec66b8a22b1dc85960f6c77544e7
/usr/lib/.build-id/75
/usr/lib/.build-id/75/36f33120e6a93f1d3f5e877307d7982aa0bdf3
/usr/lib/.build-id/a4
/usr/lib/.build-id/a4/48ef06d2550a44a397863c50d2bb57218583ca
/usr/lib/.build-id/d2
/usr/lib/.build-id/d2/f7d40049f14287750e14521db69688d3920a60
/usr/lib/.build-id/d6
/usr/lib/.build-id/d6/1dedfd7f2da702caf35aae301d33029c0feee4
/usr/lib/.build-id/de
/usr/lib/.build-id/de/83abc74f5e52a4d267db9ffed6473945e6acd5
/usr/lib/.build-id/e0
/usr/lib/.build-id/e0/274a0a830b05edf673697c3956bad7abe71532
/usr/lib/.build-id/e5
/usr/lib/.build-id/e5/3a98424451c8d9232fec33b3f8035670467374
/usr/lib/.build-id/f0
/usr/lib/.build-id/f0/83a76c70acf6cd4fc36861ee889776c28d7beb
/usr/lib/.build-id/f3
/usr/lib/.build-id/f3/28bbd29487b3c22a4ab89fae77141b621311ea
/usr/share/doc/E
/usr/share/doc/E/ANNOUNCE
/usr/share/doc/E/CONTRIBUTORS
/usr/share/doc/E/E-0.6.html
/usr/share/doc/E/E-0.62.html
/usr/share/doc/E/E-0.7.html
/usr/share/doc/E/E-0.8.html
/usr/share/doc/E/E-0.82.html
/usr/share/doc/E/E-0.99.html
/usr/share/doc/E/E-0.999.html
/usr/share/doc/E/E-1.0pre.html
/usr/share/doc/E/E-1.1pre.html
/usr/share/doc/E/E-1.2pre.html
/usr/share/doc/E/E-1.4pre.html
/usr/share/doc/E/E-1.6pre.html
/usr/share/doc/E/E-1.8pre.html
/usr/share/doc/E/E-1.9.1pre.html
/usr/share/doc/E/E-1.9pre.html
/usr/share/doc/E/E-2.1pre.html
/usr/share/doc/E/E-2.2pre.html
/usr/share/doc/E/E-2.4pre.html
/usr/share/doc/E/E-2.6.html
/usr/share/doc/E/E-REMARKS
/usr/share/doc/E/E-REMARKS.english
/usr/share/doc/E/NEWS
/usr/share/doc/E/README.md
/usr/share/doc/E/README.server
/usr/share/doc/E/TODO
/usr/share/doc/E/TSTP_Syntax.txt
/usr/share/doc/E/WISHLIST
/usr/share/doc/E/bug_reporting
/usr/share/doc/E/eprover.pdf
/usr/share/doc/E/grammar.txt
/usr/share/doc/E/sample_proofs.html
/usr/share/doc/E/sample_proofs_tstp.html
/usr/share/licenses/E
/usr/share/licenses/E/COPYING
/usr/share/man/man1/checkproof.1.gz
/usr/share/man/man1/e_axfilter.1.gz
/usr/share/man/man1/e_deduction_server.1.gz
/usr/share/man/man1/e_ltb_runner.1.gz
/usr/share/man/man1/e_stratpar.1.gz
/usr/share/man/man1/eground.1.gz
/usr/share/man/man1/ekb_create.1.gz
/usr/share/man/man1/ekb_delete.1.gz
/usr/share/man/man1/ekb_ginsert.1.gz
/usr/share/man/man1/ekb_insert.1.gz
/usr/share/man/man1/epclextract.1.gz
/usr/share/man/man1/eprover.1.gz

References

Summary

In this tutorial we learn how to install E on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).