How to Install and Uninstall clang-format-6.0 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "clang-format-6.0" package

Please follow the steps below to install clang-format-6.0 on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "clang-format-6.0" package

Please follow the instructions below to uninstall clang-format-6.0 on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the clang-format-6.0 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: clang-format-6.0
Architecture: amd64
Version: 1:6.0-1ubuntu2~16.04.1
Priority: optional
Section: universe/devel
Source: llvm-toolchain-6.0
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: LLVM Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 1754
Depends: libc6 (>= 2.14), libllvm6.0 (= 1:6.0-1ubuntu2~16.04.1), libstdc++6 (>= 5.2), python
Filename: pool/universe/l/llvm-toolchain-6.0/clang-format-6.0_6.0-1ubuntu2~16.04.1_amd64.deb
Size: 563878
MD5sum: b77592a37468db6b9ef1a7774ffc47ab
SHA1: e87fe8fb9c7ce6d30773c4d1d15a719680b4eb3e
SHA256: 27e654aaab246de385caea595c61f27c10cc9f64292f6578dda77637a0dc751d
SHA512: 44177742a37d65b82761c6e97ac3e4638e2c8549751b112d3f6cdbbadc4bb4714d38109fcd7b88f013434f6940d4f6a42c8b1050046496f887475bb92103bbce
Homepage: http://www.llvm.org/
Description-en: 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