How to Install and Uninstall clazy Package on Kali Linux

Last updated: May 20,2024

1. Install "clazy" package

Please follow the guidelines below to install clazy on Kali Linux

$ sudo apt update $ sudo apt install clazy

2. Uninstall "clazy" package

Please follow the guidance below to uninstall clazy on Kali Linux:

$ sudo apt remove clazy $ sudo apt autoclean && sudo apt autoremove

3. Information about the clazy package on Kali Linux

Package: clazy
Source: clazy (1.11-1)
Version: 1.11-1+b1
Installed-Size: 4123
Maintainer: Debian Qt/KDE Maintainers
Architecture: amd64
Depends: libc6 (>= 2.32), libclang-cpp14 (>= 1:14.0.6), libgcc-s1 (>= 3.4), libllvm14, libstdc++6 (>= 11), clang-14
Size: 723464
SHA256: 5a145b14712f3150bd40f1bff43806b30be2208c109076fbda0c038e799bdb9c
SHA1: b73d22943e0a077cab3a84066c963d9bdda6e5c1
MD5sum: cb0ca3928835b0eed76ddcbbd433bec4
Description: Clang plugin for additional warnings
Clazy is a Clang plugin which extends the compiler with over
50 warnings related to Qt best practices ranging from unneeded
memory allocations to API misuse. It’s an opensource project
spawned by KDAB’s R&D efforts for better C++ tooling.
Description-md5: 5bdd5d8030f3ce392b4cd4a160016c2b
Homepage: https://www.kdab.com/clazy-video/
Section: devel
Priority: optional
Filename: pool/main/c/clazy/clazy_1.11-1+b1_amd64.deb