How to Install and Uninstall z3.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: June 30,2024

1. Install "z3.x86_64" package

Please follow the guidelines below to install z3.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install z3.x86_64

2. Uninstall "z3.x86_64" package

Here is a brief guide to show you how to uninstall z3.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove z3.x86_64 $ sudo dnf autoremove

3. Information about the z3.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:42:06 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : z3
Version : 4.8.15
Release : 2.el9
Architecture : x86_64
Size : 6.0 M
Source : z3-4.8.15-2.el9.src.rpm
Repository : epel
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.