How to Install and Uninstall clang-format-16 Package on Kali Linux

Last updated: May 20,2024

1. Install "clang-format-16" package

This is a short guide on how to install clang-format-16 on Kali Linux

$ sudo apt update $ sudo apt install clang-format-16

2. Uninstall "clang-format-16" package

In this section, we are going to explain the necessary steps to uninstall clang-format-16 on Kali Linux:

$ sudo apt remove clang-format-16 $ sudo apt autoclean && sudo apt autoremove

3. Information about the clang-format-16 package on Kali Linux

Package: clang-format-16
Source: llvm-toolchain-16
Version: 1:16.0.6-20
Installed-Size: 222
Maintainer: LLVM Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.34), libclang-cpp16 (>= 1:16.0.6), libgcc-s1 (>= 3.0), libllvm16 (= 1:16.0.6-20), libstdc++6 (>= 11), python3
Size: 82460
SHA256: 1626146dcd13128077672a240d069548d68bad3a8626b1dfba2a79c13424470e
SHA1: ca561e9ea66f8c58dd071533cee10eff4dbed2a8
MD5sum: 09b6f1ac3c2e01297722768e49cb97b7
Description: Tool to format C/C++/Obj-C code
Clang-format is both a library and a stand-alone tool with the goal of
automatically reformatting C++ sources files according to configurable
style guides. To do so, clang-format uses Clang's Lexer to transform an
input file into a token stream and then changes all the whitespace around
those tokens. The goal is for clang-format to both serve both as a user
tool (ideally with powerful IDE integrations) and part of other
refactoring tools, e.g. to do a reformatting of all the lines changed
during a renaming.
.
This package also provides vim and emacs plugins.
Description-md5:
Homepage: https://www.llvm.org/
Section: devel
Priority: optional
Filename: pool/main/l/llvm-toolchain-16/clang-format-16_16.0.6-20_amd64.deb