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

Last updated: May 18,2024

1. Install "clang-modernize-3.7" package

Please follow the steps below to install clang-modernize-3.7 on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "clang-modernize-3.7" package

Please follow the step by step instructions below to uninstall clang-modernize-3.7 on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: clang-modernize-3.7
Priority: optional
Section: universe/devel
Installed-Size: 12699
Maintainer: Ubuntu Developers
Original-Maintainer: LLVM Packaging Team
Architecture: amd64
Source: llvm-toolchain-3.7
Version: 1:3.7.1-2ubuntu2
Replaces: cpp11-migrate-3.3, cpp11-migrate-3.4
Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.4), libllvm3.7, libstdc++6 (>= 5.2), clang-3.7
Breaks: cpp11-migrate-3.3, cpp11-migrate-3.4
Filename: pool/universe/l/llvm-toolchain-3.7/clang-modernize-3.7_3.7.1-2ubuntu2_amd64.deb
Size: 3785372
MD5sum: 551ecd7d922b17ccf64701b3e0620500
SHA1: 4a42abb37ed11c911913ddd4b249a6bf1ffc475f
SHA256: 4522e303c0c8c399f8509bdbe5f5e452900772276c7504248575c7f6f12dd287
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