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

Last updated: September 20,2024

1. Install "libclang1-3.6" package

Learn how to install libclang1-3.6 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libclang1-3.6

2. Uninstall "libclang1-3.6" package

This is a short guide on how to uninstall libclang1-3.6 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libclang1-3.6 $ sudo apt autoclean && sudo apt autoremove

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

Package: libclang1-3.6
Priority: optional
Section: devel
Installed-Size: 12772
Maintainer: Ubuntu Developers
Original-Maintainer: LLVM Packaging Team
Architecture: amd64
Source: llvm-toolchain-3.6
Version: 1:3.6.2-3ubuntu2
Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.4), libllvm3.6v5, libstdc++6 (>= 5.2), libstdc++-5-dev, libgcc-5-dev, libobjc-5-dev
Filename: pool/main/l/llvm-toolchain-3.6/libclang1-3.6_3.6.2-3ubuntu2_amd64.deb
Size: 3695508
MD5sum: 0a44114091ea642ecc43bd79783eed97
SHA1: ea02a5571371a26c0787ac0a71596b0ccf55bc3f
SHA256: e769704c1660c3aaad0717bedacc9fc84d825e9f3d3b4697463b8cb840f19554
Description-en: C interface to the clang library
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 library.
.
The C Interface to Clang provides a relatively small API that exposes
facilities for parsing source code into an abstract syntax tree (AST),
loading already-parsed ASTs, traversing the AST, associating physical source
locations with elements within the AST, and other facilities that support
Clang-based development tools.
Description-md5: f4859e1dbd607e9cc7031ab5aa4279a7
Multi-Arch: same
Homepage: http://www.llvm.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 9m
Task: ubuntu-sdk