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

Last updated: May 09,2024

1. Install "clang-tidy-3.7" package

This is a short guide on how to install clang-tidy-3.7 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install clang-tidy-3.7

2. Uninstall "clang-tidy-3.7" package

This tutorial shows how to uninstall clang-tidy-3.7 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove clang-tidy-3.7 $ sudo apt autoclean && sudo apt autoremove

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

Package: clang-tidy-3.7
Priority: optional
Section: universe/devel
Installed-Size: 15343
Maintainer: Ubuntu Developers
Original-Maintainer: LLVM Packaging Team
Architecture: amd64
Source: llvm-toolchain-3.7
Version: 1:3.7.1-2ubuntu2
Replaces: clang-3.7 (<< 1:3.7-3)
Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.4), libllvm3.7, libstdc++6 (>= 5.2), python
Breaks: clang-3.7 (<< 1:3.7-3)
Filename: pool/universe/l/llvm-toolchain-3.7/clang-tidy-3.7_3.7.1-2ubuntu2_amd64.deb
Size: 4528738
MD5sum: 01ebee06b816228639575f0a41b1f30e
SHA1: df6b97b39366e88e6c793f9d5c2a62f6d587cb87
SHA256: ab70aa941715b9886f0030ef68d77c0ee6fb415dd8b98ef3c7a632a4cc648ced
Description-en: clang-based C++ linter tool
Provide an extensible framework for diagnosing and fixing typical programming
errors, like style violations, interface misuse, or bugs that can be deduced
via static analysis. clang-tidy is modular and provides a convenient interface
for writing new checks.
Description-md5: 239d974b460ce0b6a914aa94c05888ad
Homepage: http://www.llvm.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu