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

Last updated: January 13,2025

1. Install "yices.i686" package

Here is a brief guide to show you how to install yices.i686 on Fedora 39

$ sudo dnf update $ sudo dnf install yices.i686

2. Uninstall "yices.i686" package

In this section, we are going to explain the necessary steps to uninstall yices.i686 on Fedora 39:

$ sudo dnf remove yices.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 3:44:37 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : yices
Version : 2.6.4
Release : 8.fc39
Architecture : i686
Size : 1.3 M
Source : yices-2.6.4-8.fc39.src.rpm
Repository : updates
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.