How to Install and Uninstall z3.x86_64 Package on Fedora 38

Last updated: September 21,2024

1. Install "z3.x86_64" package

In this section, we are going to explain the necessary steps to install z3.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install z3.x86_64

2. Uninstall "z3.x86_64" package

This tutorial shows how to uninstall z3.x86_64 on Fedora 38:

$ sudo dnf remove z3.x86_64 $ sudo dnf autoremove

3. Information about the z3.x86_64 package on Fedora 38

Last metadata expiration check: 4:28:54 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : z3
Version : 4.12.2
Release : 1.fc38
Architecture : x86_64
Size : 6.3 M
Source : z3-4.12.2-1.fc38.src.rpm
Repository : updates
Summary : Satisfiability Modulo Theories (SMT) solver
URL : https://github.com/Z3Prover/z3
License : MIT
Description : Z3 is a satisfiability modulo theories (SMT) solver; given a set of
: constraints with variables, it reports a set of values for those
: variables that would meet the constraints. The Z3 input format is an
: extension of the one defined by the SMT-LIB 2.0 standard. Z3 supports
: arithmetic, fixed-size bit-vectors, extensional arrays, datatypes,
: uninterpreted functions, and quantifiers.