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

Last updated: May 18,2024

1. Install "clang-modernize-3.5" package

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

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

2. Uninstall "clang-modernize-3.5" package

Here is a brief guide to show you how to uninstall clang-modernize-3.5 on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: clang-modernize-3.5
Priority: optional
Section: universe/devel
Installed-Size: 11401
Maintainer: Ubuntu Developers
Original-Maintainer: LLVM Packaging Team
Architecture: amd64
Source: llvm-toolchain-3.5
Version: 1:3.5.2-3ubuntu1
Replaces: cpp11-migrate-3.3, cpp11-migrate-3.4
Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.4), libllvm3.5v5, libstdc++6 (>= 5.2), clang-3.5
Breaks: cpp11-migrate-3.3, cpp11-migrate-3.4
Filename: pool/universe/l/llvm-toolchain-3.5/clang-modernize-3.5_3.5.2-3ubuntu1_amd64.deb
Size: 3380686
MD5sum: 690f0b3fba6d76257f4c5d44047760eb
SHA1: 63adb45c8f74c3b0de82888a733f341a82239932
SHA256: 6cb0e6d902fd57cfb8746ecb2ff0eb364ec87cd5a2c4af3a903e917eaa4a1a9f
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