How to Install and Uninstall E.x86_64 Package on Fedora 35

Last updated: October 07,2024

1. Install "E.x86_64" package

This guide covers the steps necessary to install E.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install E.x86_64

2. Uninstall "E.x86_64" package

This tutorial shows how to uninstall E.x86_64 on Fedora 35:

$ sudo dnf remove E.x86_64 $ sudo dnf autoremove

3. Information about the E.x86_64 package on Fedora 35

Last metadata expiration check: 4:18:30 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : E
Version : 2.6
Release : 2.fc35
Architecture : x86_64
Size : 1.5 M
Source : E-2.6-2.fc35.src.rpm
Repository : fedora
Summary : Equational Theorem Prover
URL : http://www.eprover.org/
License : GPLv2+ or LGPLv2+
Description : 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.