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

Last updated: April 29,2024

1. Install "clang-format-11" package

This guide let you learn how to install clang-format-11 on Kali Linux

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

2. Uninstall "clang-format-11" package

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

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

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

Package: clang-format-11
Source: llvm-toolchain-11 (1:11.1.0-6)
Version: 1:11.1.0-6+b2
Installed-Size: 201
Maintainer: LLVM Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.32), libclang-cpp11 (>= 1:11.1.0), libgcc-s1 (>= 3.0), libllvm11 (= 1:11.1.0-6+b2), libstdc++6 (>= 5.2), python3
Size: 83944
SHA256: 26dbd4ab81ee8f1299d2df891350b8b4062d4972c777d69091d32699044171dc
SHA1: ec0290d3e9a9630108968be0e5d5a1cf21543b7e
MD5sum: da542ece48c8b1a76089780a932297bf
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: 5fdb7838fa336de9de2703cb644c12e4
Homepage: https://www.llvm.org/
Section: devel
Priority: optional
Filename: pool/main/l/llvm-toolchain-11/clang-format-11_11.1.0-6+b2_amd64.deb