How to Install and Uninstall clang-tidy Package on Kali Linux

Last updated: May 05,2024

1. Install "clang-tidy" package

Here is a brief guide to show you how to install clang-tidy on Kali Linux

$ sudo apt update $ sudo apt install clang-tidy

2. Uninstall "clang-tidy" package

Please follow the guidelines below to uninstall clang-tidy on Kali Linux:

$ sudo apt remove clang-tidy $ sudo apt autoclean && sudo apt autoremove

3. Information about the clang-tidy package on Kali Linux

Package: clang-tidy
Source: llvm-defaults (0.57)
Version: 1:16.0-57
Installed-Size: 21
Maintainer: LLVM Packaging Team
Architecture: amd64
Replaces: clang (<< 1:3.6-28)
Depends: clang-tidy-16 (>= 16~)
Breaks: clang (<< 1:3.6-28)
Size: 5248
SHA256: 2362daf7eb1d1c51667e430426ff275c57455c4fab8c8e702464180c933da93e
SHA1: ba134c77ba819f58f9fa19e3d3dd9f8d4d943c1a
MD5sum: 47deede4ba847d544f047ed7f1a679d3
Description: clang-based C++ linter tool
Provide an extensible framework for diagnosing and fixing typical programming
errors, like style violations, interface misuse, or bugs that can be deduced
via static analysis. clang-tidy is modular and provides a convenient interface
for writing new checks.
.
clang-tidy replaces clang-modernize
.
This is a dependency package providing the clang tidy tool.
Description-md5:
Section: devel
Priority: optional
Filename: pool/main/l/llvm-defaults/clang-tidy_16.0-57_amd64.deb