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

Last updated: June 26,2024

1. Install "clang-format-17" package

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

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

2. Uninstall "clang-format-17" package

This tutorial shows how to uninstall clang-format-17 on Kali Linux:

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

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

Package: clang-format-17
Source: llvm-toolchain-17
Version: 1:17.0.6-5
Installed-Size: 224
Maintainer: LLVM Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.34), libclang-cpp17 (>= 1:17.0.6), libgcc-s1 (>= 3.0), libllvm17 (= 1:17.0.6-5), libstdc++6 (>= 11), python3
Size: 83616
SHA256: 9eab8a33a490638a90e7f821cbdbd498877c99a2fe36603c9e0ada773f2e3034
SHA1: a5acd726597202f00e42f48f6bb0e3f337cff37e
MD5sum: 7996763e0fc4a502670ed77a73b2c62c
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-17/clang-format-17_17.0.6-5_amd64.deb