How to Install and Uninstall z3 Package on Kali Linux

Last updated: May 12,2024

1. Install "z3" package

This guide covers the steps necessary to install z3 on Kali Linux

$ sudo apt update $ sudo apt install z3

2. Uninstall "z3" package

Please follow the guidelines below to uninstall z3 on Kali Linux:

$ sudo apt remove z3 $ sudo apt autoclean && sudo apt autoremove

3. Information about the z3 package on Kali Linux

Package: z3
Source: z3 (4.8.12-3.1)
Version: 4.8.12-3.1+b2
Installed-Size: 23568
Maintainer: LLVM Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.4), libstdc++6 (>= 13.1)
Size: 7366948
SHA256: c86b3a34a48e742ac47d7a68c934a05fce0f7020731fec3b0d5b61c8cf2b9bbb
SHA1: fcd9726db08b4a9b965b82cf99e3e15d95add67c
MD5sum: 39aad297fedc04cb9e75ea82dc2b1660
Description: theorem prover from Microsoft Research
Z3 is a state-of-the-art theorem prover from Microsoft Research. It can be
used to check the satisfiability of logical formulas over one or more
theories. Z3 offers a compelling match for software analysis and verification
tools, since several common software constructs map directly into supported
theories.
.
The Z3 input format is an extension of the one defined by the SMT-LIB 2.0
standard.
Description-md5:
Homepage: https://github.com/Z3Prover/z3
Section: science
Priority: optional
Filename: pool/main/z/z3/z3_4.8.12-3.1+b2_amd64.deb