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

Last updated: November 07,2024

1. Install "clang-format-15" package

Please follow the instructions below to install clang-format-15 on Kali Linux

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

2. Uninstall "clang-format-15" package

Please follow the steps below to uninstall clang-format-15 on Kali Linux:

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

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

Package: clang-format-15
Source: llvm-toolchain-15
Version: 1:15.0.7-10
Installed-Size: 219
Maintainer: LLVM Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.34), libclang-cpp15 (>= 1:15.0.7), libgcc-s1 (>= 3.0), libllvm15 (= 1:15.0.7-10), libstdc++6 (>= 11), python3
Size: 80916
SHA256: c91d97bae9095db077c14dd606ab69e7de38e001f2e1dd3eb34dc0e2daf555fe
SHA1: 5996767625d38870788575e214953e1db5b68b7f
MD5sum: d475adc4e6731710084fa109baaf0b48
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-15/clang-format-15_15.0.7-10_amd64.deb