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

Last updated: May 07,2024

1. Install "clang-format-13" package

Please follow the step by step instructions below to install clang-format-13 on Kali Linux

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

2. Uninstall "clang-format-13" package

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

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

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

Package: clang-format-13
Source: llvm-toolchain-13
Version: 1:13.0.1-7
Installed-Size: 220
Maintainer: LLVM Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.32), libclang-cpp13 (>= 1:13.0.1), libgcc-s1 (>= 3.0), libllvm13 (= 1:13.0.1-7), libstdc++6 (>= 5.2), python3
Size: 96324
SHA256: d5bbf0cde2c06af10a51173090bcb69cd58cbc79c6ba3b3c8caed6255e47b56d
SHA1: e69c6bf573ebe024ca62f0735d0f9fffe5827f20
MD5sum: 6d9c8a0621807f689ed0db82b221b09b
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-13/clang-format-13_13.0.1-7_amd64.deb