How To Install yices on Fedora 36

In this tutorial we learn how to install yices in Fedora 36. yices is SMT solver

Introduction

In this tutorial we learn how to install yices on Fedora 36.

What is yices

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.

We can use yum or dnf to install yices on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install yices.

Install yices on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install yices using dnf by running the following command:

sudo dnf -y install yices

Install yices on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install yices using yum by running the following command:

sudo yum -y install yices

How To Uninstall yices on Fedora 36

To uninstall only the yices package we can use the following command:

sudo dnf remove yices

yices Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/df
/usr/lib/.build-id/df/b78223d1353b1c871aae5e002f62d5f3527100
/usr/lib/libyices.so.2.6
/usr/lib/libyices.so.2.6.4
/usr/share/doc/yices
/usr/share/doc/yices/SMT-LIB-LANGUAGE
/usr/share/doc/yices/YICES-LANGUAGE
/usr/share/licenses/yices
/usr/share/licenses/yices/LICENSE.txt
/usr/share/licenses/yices/copyright.txt

References

Summary

In this tutorial we learn how to install yices on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install yices on Fedora 36” linkTitle: “yices” type: “docs” description: “In this tutorial we learn how to install yices in Fedora 36. yices is SMT solver” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/yices-featured.png

Introduction

In this tutorial we learn how to install yices on Fedora 36.

What is yices

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.

We can use yum or dnf to install yices on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install yices.

Install yices on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install yices using dnf by running the following command:

sudo dnf -y install yices

Install yices on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install yices using yum by running the following command:

sudo yum -y install yices

How To Uninstall yices on Fedora 36

To uninstall only the yices package we can use the following command:

sudo dnf remove yices

yices Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/94
/usr/lib/.build-id/94/8a8c10cc3847fa9ef4f3a95bfd092d597aa4cf
/usr/lib64/libyices.so.2.6
/usr/lib64/libyices.so.2.6.4
/usr/share/doc/yices
/usr/share/doc/yices/SMT-LIB-LANGUAGE
/usr/share/doc/yices/YICES-LANGUAGE
/usr/share/licenses/yices
/usr/share/licenses/yices/LICENSE.txt
/usr/share/licenses/yices/copyright.txt

References

Summary

In this tutorial we learn how to install yices on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).