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

Last updated: May 20,2024

1. Install "clang-tidy-3.6" package

This tutorial shows how to install clang-tidy-3.6 on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "clang-tidy-3.6" package

Learn how to uninstall clang-tidy-3.6 on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: clang-tidy-3.6
Priority: optional
Section: universe/devel
Installed-Size: 14462
Maintainer: Ubuntu Developers
Original-Maintainer: LLVM Packaging Team
Architecture: amd64
Source: llvm-toolchain-3.6
Version: 1:3.6.2-3ubuntu2
Replaces: clang-3.6 (<< 1:3.6.2-2)
Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.4), libllvm3.6v5, libstdc++6 (>= 5.2)
Breaks: clang-3.6 (<< 1:3.6.2-2)
Filename: pool/universe/l/llvm-toolchain-3.6/clang-tidy-3.6_3.6.2-3ubuntu2_amd64.deb
Size: 4223996
MD5sum: 05634202f19fbd0587542baf8d4b4bea
SHA1: c1137f68557efc3ff073cc223df0f1ec8d604a8f
SHA256: 351f9b3b132ff86415e567c75bc74ab85c8c35f66540c0a1502514053a7e8af4
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