How To Install E on Fedora 34

E is Equational Theorem Prover

Introduction

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

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 34. In this tutorial we discuss both methods but you only need to choose one of method to install E.

Install E on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install E using dnf by running the following command:

sudo dnf -y install E

Install E on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

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 34

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

sudo dnf remove E

E Package Contents on Fedora 34

/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/0f
/usr/lib/.build-id/0f/e0cd021e0f7c42eff1c6ba8f633668024b3f38
/usr/lib/.build-id/2a
/usr/lib/.build-id/2a/7636fba2c7ac2dba65d67582a63473a90e4981
/usr/lib/.build-id/3c
/usr/lib/.build-id/3c/4b803b425f554758f69db452acba0126a102ff
/usr/lib/.build-id/49
/usr/lib/.build-id/49/18be4b7a45a607ae2da290dbe5e4fdec4fdbd1
/usr/lib/.build-id/5a
/usr/lib/.build-id/5a/be6f4574bd4f96aaba55c87bd9a2db8a36d428
/usr/lib/.build-id/8d
/usr/lib/.build-id/8d/3c96512a372ef453e263622acf9b0b6da2b70b
/usr/lib/.build-id/cd
/usr/lib/.build-id/cd/4532eb7b923b8e037509b76a1a188c1caa32f6
/usr/lib/.build-id/d5
/usr/lib/.build-id/d5/860e805af05afc7cb95198bba0cacf70fa0e3f
/usr/lib/.build-id/e2
/usr/lib/.build-id/e2/aee1484b821a608ef128153d02ef1b6137cdd8
/usr/lib/.build-id/ea
/usr/lib/.build-id/ea/ef6342faa859fd24abc9fb0c779f2c24729ee7
/usr/lib/.build-id/ee
/usr/lib/.build-id/ee/9c87792977e54a5898afa6833998310955cedb
/usr/lib/.build-id/f1
/usr/lib/.build-id/f1/a524b57be6c09dfd25dfc5f39d51309e6a1552
/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
/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/1e
/usr/lib/.build-id/1e/1036e5472a0c96e6a7cbb875a20b8c741833bb
/usr/lib/.build-id/24
/usr/lib/.build-id/24/20a281050628ea5860b934f439f45c86f90e8b
/usr/lib/.build-id/50
/usr/lib/.build-id/50/0057705c661663f863867c3b23c0de1f7a019d
/usr/lib/.build-id/6b
/usr/lib/.build-id/6b/26f8591fda2dd7457e864e0a7f77445116f777
/usr/lib/.build-id/90
/usr/lib/.build-id/90/30ed951a629c662bbb7fec8be24de33a83a894
/usr/lib/.build-id/a0
/usr/lib/.build-id/a0/4d5473e298e0de83c75a1fff109d14cb5aa3a9
/usr/lib/.build-id/bd
/usr/lib/.build-id/bd/7b6076aa98d590e0d911772af8bd75d70ddd5e
/usr/lib/.build-id/c5
/usr/lib/.build-id/c5/2899a2ddd0cb7dc9a28e70f8694349b9853df3
/usr/lib/.build-id/d7
/usr/lib/.build-id/d7/1036cf8a27827443e3e5885a034c0fc1f71cf7
/usr/lib/.build-id/d9
/usr/lib/.build-id/d9/7c63f78af300f7baafa1c58f8a4d6bcb359b0d
/usr/lib/.build-id/f1
/usr/lib/.build-id/f1/4add14001b464c36b7c46fe197bcc30a40e489
/usr/lib/.build-id/ff
/usr/lib/.build-id/ff/8544d65ac8ecc75c75d730e3a938924fe39c98
/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-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 34 using yum and dnf.