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

Last updated: May 20,2024

1. Install "clang-format-3.8" package

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

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

2. Uninstall "clang-format-3.8" package

This is a short guide on how to uninstall clang-format-3.8 on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: clang-format-3.8
Architecture: amd64
Version: 1:3.8-2ubuntu4
Priority: optional
Section: universe/devel
Source: llvm-toolchain-3.8
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: LLVM Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 1400
Depends: libc6 (>= 2.14), libllvm3.8, libstdc++6 (>= 5.2), python
Breaks: clang-format-3.3
Replaces: clang-format-3.3
Filename: pool/universe/l/llvm-toolchain-3.8/clang-format-3.8_3.8-2ubuntu4_amd64.deb
Size: 449108
MD5sum: 231d594fc708939bddb659941b50ce5f
SHA1: 272809780f21d7f8c66267337dad789a25a47122
SHA256: e57a3e598752abd7821d47054bff7eff69cb1d7ccbcbfe5908f69ab5ab104149
SHA512: 44005e1318e2858cd17954ee49fb3eb21d9f4a2c5eff8237ac6124b734a2be6e99a1d8aa37d500632d7459b0eedcd31cfdef1d3b275f03a6be8b2243f4e0eacf
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

Package: clang-format-3.8
Priority: optional
Section: universe/devel
Installed-Size: 1396
Maintainer: Ubuntu Developers
Original-Maintainer: LLVM Packaging Team
Architecture: amd64
Source: llvm-toolchain-3.8
Version: 1:3.8-2ubuntu1
Replaces: clang-format-3.3
Depends: libc6 (>= 2.14), libllvm3.8, libstdc++6 (>= 5.2), python
Breaks: clang-format-3.3
Filename: pool/universe/l/llvm-toolchain-3.8/clang-format-3.8_3.8-2ubuntu1_amd64.deb
Size: 449274
MD5sum: a50925863cc6f124e1dcc7b544847a9a
SHA1: f0131adfafce5f566eb5648aba224c7be74fc78a
SHA256: f9fa23436389998fcc18730b435a5c3681c419c8ce68b0f3e40b5b2bffdfae22
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