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

Last updated: May 18,2024

1. Install "clang-modernize-3.6" package

This guide let you learn how to install clang-modernize-3.6 on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "clang-modernize-3.6" package

In this section, we are going to explain the necessary steps to uninstall clang-modernize-3.6 on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: clang-modernize-3.6
Priority: optional
Section: universe/devel
Installed-Size: 12038
Maintainer: Ubuntu Developers
Original-Maintainer: LLVM Packaging Team
Architecture: amd64
Source: llvm-toolchain-3.6
Version: 1:3.6.2-3ubuntu2
Replaces: cpp11-migrate-3.3, cpp11-migrate-3.4
Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.4), libllvm3.6v5, libstdc++6 (>= 5.2), clang-3.6
Breaks: cpp11-migrate-3.3, cpp11-migrate-3.4
Filename: pool/universe/l/llvm-toolchain-3.6/clang-modernize-3.6_3.6.2-3ubuntu2_amd64.deb
Size: 3543146
MD5sum: 39de852be05db3e27080ed0a87019c4f
SHA1: 1b4e548682529db4b11322a8732618287dec76c3
SHA256: be358822aa8277b1ef181618b5030afc4c1115211999a211ebf17429d262ba15
Description-en: Tool to convert C++98 and C++03 code to C++11
The purpose of the C++11 Migrator is to do source-to-source translation to
migrate existing C++ code to use C++11 features to enhance
maintainability, readability, runtime performance, and compile-time
performance. Development is still early and transforms fall mostly into
the first two categories. The migrator is based on Clang's LibTooling and
the AST Matching library.
Description-md5: 26c3666319eb06df65dccdc48483ac2e
Homepage: http://www.llvm.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu