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

Last updated: January 16,2025

1. Install "yices.i686" package

Learn how to install yices.i686 on Fedora 38

$ sudo dnf update $ sudo dnf install yices.i686

2. Uninstall "yices.i686" package

Please follow the instructions below to uninstall yices.i686 on Fedora 38:

$ sudo dnf remove yices.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 2:06:52 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : yices
Version : 2.6.4
Release : 6.fc38
Architecture : i686
Size : 1.3 M
Source : yices-2.6.4-6.fc38.src.rpm
Repository : fedora
Summary : SMT solver
URL : http://yices.csl.sri.com/
License : GPL-3.0-or-later and BSD-3-Clause
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.