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

Last updated: July 03,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 34

$ sudo dnf update $ sudo dnf install z3.x86_64

2. Uninstall "z3.x86_64" package

In this section, we are going to explain the necessary steps to uninstall z3.x86_64 on Fedora 34:

$ sudo dnf remove z3.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:45:09 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : z3
Version : 4.8.14
Release : 1.fc34
Architecture : x86_64
Size : 6.0 M
Source : z3-4.8.14-1.fc34.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.