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

Last updated: November 27,2024

1. Install "z3.x86_64" package

Learn how to install z3.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install z3.x86_64

2. Uninstall "z3.x86_64" package

This guide let you learn how to uninstall z3.x86_64 on Fedora 35:

$ sudo dnf remove z3.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:25:54 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : z3
Version : 4.8.14
Release : 1.fc35
Architecture : x86_64
Size : 6.0 M
Source : z3-4.8.14-1.fc35.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.