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

Last updated: May 18,2024

1. Install "clang-format-3.6" package

Learn how to install clang-format-3.6 on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "clang-format-3.6" package

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

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

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

Package: clang-format-3.6
Priority: optional
Section: universe/devel
Installed-Size: 1199
Maintainer: Ubuntu Developers
Original-Maintainer: LLVM Packaging Team
Architecture: amd64
Source: llvm-toolchain-3.6
Version: 1:3.6.2-3ubuntu2
Replaces: clang-format-3.3
Depends: libc6 (>= 2.14), libllvm3.6v5, libstdc++6 (>= 5.2), python
Breaks: clang-format-3.3
Filename: pool/universe/l/llvm-toolchain-3.6/clang-format-3.6_3.6.2-3ubuntu2_amd64.deb
Size: 381520
MD5sum: d68f6eb51aa933e107e637c5df6a6aaa
SHA1: ff2717226e317157e2faf9ce706300e179841a91
SHA256: 5ca4bcb238c4fdb3fdde16e88e1e06713763e3472b292fb0f17d1d9482d82bdf
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
Homepage: http://www.llvm.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu