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

Last updated: May 23,2024

1. Install "libclang-3.7-dev" package

This guide covers the steps necessary to install libclang-3.7-dev on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libclang-3.7-dev" package

Here is a brief guide to show you how to uninstall libclang-3.7-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libclang-3.7-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 113686
Maintainer: Ubuntu Developers
Original-Maintainer: LLVM Packaging Team
Architecture: amd64
Source: llvm-toolchain-3.7
Version: 1:3.7.1-2ubuntu2
Depends: libstdc++-5-dev, libgcc-5-dev, libobjc-5-dev, libclang1-3.7 (= 1:3.7.1-2ubuntu2), libclang-common-3.7-dev (= 1:3.7.1-2ubuntu2)
Filename: pool/universe/l/llvm-toolchain-3.7/libclang-3.7-dev_3.7.1-2ubuntu2_amd64.deb
Size: 11333638
MD5sum: c67c49bf847257238a614073d66f4300
SHA1: 2eb7a004f66fdbbf78f69b248311717fd4535383
SHA256: 14c12f116d1b7f6be732a689c1a26e06f82d72759b7bddc8cc953b90f33654c9
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 fully implements all published ISO C++ standards including C++11, as
well as the upcoming C++14 standard, and some parts of the fledgling C++1z
standard, and is considered a production-quality C++ compiler.
.
This package contains the clang headers to develop extensions over
libclang1-3.7.
Description-md5: c58f27585f874f3cbda4a59fefe0f782
Homepage: http://www.llvm.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu