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

Last updated: November 23,2024

1. Install "libclang-3.6-dev" package

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

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

2. Uninstall "libclang-3.6-dev" package

Please follow the steps below to uninstall libclang-3.6-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libclang-3.6-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 106098
Maintainer: Ubuntu Developers
Original-Maintainer: LLVM Packaging Team
Architecture: amd64
Source: llvm-toolchain-3.6
Version: 1:3.6.2-3ubuntu2
Depends: libstdc++-5-dev, libgcc-5-dev, libobjc-5-dev, libclang1-3.6 (= 1:3.6.2-3ubuntu2), libclang-common-3.6-dev (= 1:3.6.2-3ubuntu2)
Filename: pool/universe/l/llvm-toolchain-3.6/libclang-3.6-dev_3.6.2-3ubuntu2_amd64.deb
Size: 10960138
MD5sum: b3218b9dc97b7095eafbd505ed9328b2
SHA1: 74f412bbf3db66b4526b5df05b6453355e753070
SHA256: 6ec1dd99763c847744d8d1e650bc590a7169d6090dccc937ae77fabd89fcf923
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.6.
Description-md5: 3041befea101aab58878f3707f735ad2
Homepage: http://www.llvm.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu