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

Last updated: October 06,2024

1. Install "yices.i686" package

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

$ sudo dnf update $ sudo dnf install yices.i686

2. Uninstall "yices.i686" package

Please follow the step by step instructions below to uninstall yices.i686 on Fedora 34:

$ sudo dnf remove yices.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 1:29:17 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : yices
Version : 2.6.2
Release : 7.fc34
Architecture : i686
Size : 1.2 M
Source : yices-2.6.2-7.fc34.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.