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

Last updated: September 19,2024

1. Install "libclang-3.5-dev" package

This tutorial shows how to install libclang-3.5-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libclang-3.5-dev

2. Uninstall "libclang-3.5-dev" package

This is a short guide on how to uninstall libclang-3.5-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libclang-3.5-dev $ sudo apt autoclean && sudo apt autoremove

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

Package: libclang-3.5-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 98869
Maintainer: Ubuntu Developers
Original-Maintainer: LLVM Packaging Team
Architecture: amd64
Source: llvm-toolchain-3.5
Version: 1:3.5.2-3ubuntu1
Depends: libstdc++-5-dev, libgcc-5-dev, libobjc-5-dev, libclang1-3.5 (= 1:3.5.2-3ubuntu1), libclang-common-3.5-dev (= 1:3.5.2-3ubuntu1)
Filename: pool/universe/l/llvm-toolchain-3.5/libclang-3.5-dev_3.5.2-3ubuntu1_amd64.deb
Size: 10430828
MD5sum: 8565930e7c030392652ac451b3691836
SHA1: 3faad6431580a8eb5116410cc3c59dd1c3521f46
SHA256: c7c6ca2c8d211eeb2721402da476d8011f039635128624092723186762a03d3b
Description-en: clang library - Development package
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.
.
This package contains the clang headers to develop extensions over
libclang1-3.5.
Description-md5: c51cea0c2b84ff959cd106f4211db05c
Homepage: http://www.llvm.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu