How to Install and Uninstall z3.x86_64 Package on Rocky Linux 9

Last updated: May 18,2024

1. Install "z3.x86_64" package

Here is a brief guide to show you how to install z3.x86_64 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install z3.x86_64

2. Uninstall "z3.x86_64" package

Please follow the step by step instructions below to uninstall z3.x86_64 on Rocky Linux 9:

$ sudo dnf remove z3.x86_64 $ sudo dnf autoremove

3. Information about the z3.x86_64 package on Rocky Linux 9

Last metadata expiration check: 0:20:58 ago on Fri Feb 16 06:49:52 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.