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

Last updated: May 12,2024

1. Install "clang-3.5" package

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

$ sudo apt update $ sudo apt install clang-3.5

2. Uninstall "clang-3.5" package

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

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

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

Package: clang-3.5
Priority: optional
Section: universe/devel
Installed-Size: 69880
Maintainer: Ubuntu Developers
Original-Maintainer: LLVM Packaging Team
Architecture: amd64
Source: llvm-toolchain-3.5
Version: 1:3.5.2-3ubuntu1
Replaces: clang-3.1, clang-3.2, clang-3.3, clang-3.4 (<< 1:3.4.2-7~exp1), clang-3.5 (<< 1:3.5~+rc1-3~exp1), compiler-rt
Provides: c++-compiler, c-compiler, objc-compiler
Depends: libc6 (>= 2.15), libclang1-3.5 (= 1:3.5.2-3ubuntu1), libedit2 (>= 2.11-20080614), libgcc1 (>= 1:3.4), libllvm3.5v5, libstdc++6 (>= 5.2), libtinfo5 (>= 6), libstdc++-5-dev, libgcc-5-dev, libobjc-5-dev, libclang-common-3.5-dev (= 1:3.5.2-3ubuntu1), libc6-dev, binutils
Recommends: llvm-3.5-dev, python
Suggests: gnustep, gnustep-devel, clang-3.5-doc
Breaks: clang-3.1, clang-3.2, clang-3.3, clang-3.4 (<< 1:3.4.2-7~exp1), clang-3.5 (<< 1:3.5~+rc1-3~exp1), compiler-rt
Filename: pool/universe/l/llvm-toolchain-3.5/clang-3.5_3.5.2-3ubuntu1_amd64.deb
Size: 20243980
MD5sum: d80c6c013d6d5295c4cad2d89455f7af
SHA1: 890cb70e6d44d5ffbc863d438a2db8200dd0345a
SHA256: d8e33490964cc097407c90fe06fee5915036896c90f980aef9452490d626bd61
Description-en: C, C++ and Objective-C compiler (LLVM based)
Clang project is a C, C++, Objective C and Objective C++ front-end
for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler
Collection (GCC).
.
Clang implements all of the ISO C++ 1998 and 2001 standards and also provides
a partial support of C++1y.
Description-md5: 7a4488b4af767b7d9d9e5e4349a79fd5
Homepage: http://www.llvm.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu