How to Install and Uninstall yices.i686 Package on Fedora 36

Last updated: October 09,2024

1. Install "yices.i686" package

This is a short guide on how to install yices.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install yices.i686

2. Uninstall "yices.i686" package

This guide covers the steps necessary to uninstall yices.i686 on Fedora 36:

$ sudo dnf remove yices.i686 $ sudo dnf autoremove

3. Information about the yices.i686 package on Fedora 36

Last metadata expiration check: 0:36:48 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : yices
Version : 2.6.4
Release : 3.fc36
Architecture : i686
Size : 1.3 M
Source : yices-2.6.4-3.fc36.src.rpm
Repository : fedora
Summary : SMT solver
URL : http://yices.csl.sri.com/
License : GPLv3+ and BSD
Description : Yices 2 is an efficient SMT solver that decides the satisfiability of
: formulas containing uninterpreted function symbols with equality, linear
: real and integer arithmetic, bitvectors, scalar types, and tuples.
:
: Yices 2 can process input written in the SMT-LIB notation (both versions
: 2.0 and 1.2 are supported).
:
: Alternatively, you can write specifications using the Yices 2
: specification language, which includes tuples and scalar types.
:
: Yices 2 can also be used as a library in other software.