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

Last updated: May 16,2024

1. Install "clang-format-14" package

Learn how to install clang-format-14 on Kali Linux

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

2. Uninstall "clang-format-14" package

This is a short guide on how to uninstall clang-format-14 on Kali Linux:

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

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

Package: clang-format-14
Source: llvm-toolchain-14
Version: 1:14.0.6-16
Installed-Size: 212
Maintainer: LLVM Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.34), libclang-cpp14 (>= 1:14.0.6), libgcc-s1 (>= 3.0), libllvm14 (= 1:14.0.6-16), libstdc++6 (>= 11), python3
Size: 75992
SHA256: f5c5dccabc584f7599b6da7602ad605787c4408d6a763480d9a0c83a1b881a20
SHA1: 39bee5995836be885e768ba9ac9f7b3ed0a162c1
MD5sum: 4125599226dd9954b72794617d1b3e8d
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-14/clang-format-14_14.0.6-16_amd64.deb