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

Last updated: September 20,2024

1. Install "libclang1-3.5" package

Please follow the step by step instructions below to install libclang1-3.5 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libclang1-3.5

2. Uninstall "libclang1-3.5" package

Please follow the steps below to uninstall libclang1-3.5 on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libclang1-3.5
Priority: optional
Section: universe/devel
Installed-Size: 12048
Maintainer: Ubuntu Developers
Original-Maintainer: LLVM Packaging Team
Architecture: amd64
Source: llvm-toolchain-3.5
Version: 1:3.5.2-3ubuntu1
Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.4), libllvm3.5v5, libstdc++6 (>= 5.2), libstdc++-5-dev, libgcc-5-dev, libobjc-5-dev
Filename: pool/universe/l/llvm-toolchain-3.5/libclang1-3.5_3.5.2-3ubuntu1_amd64.deb
Size: 3526786
MD5sum: 515d1469be18313659420759c3d38ea7
SHA1: f1cb77f419a1d59359d44e085e1524b2034d3c35
SHA256: 54f852c1315ce526dfe876de1f5e82ac66766289d3bb05a02117b7a4f640b7d9
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