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

Last updated: May 11,2024

1. Install "libclang1-3.7" package

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

$ sudo apt update $ sudo apt install libclang1-3.7

2. Uninstall "libclang1-3.7" package

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

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

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

Package: libclang1-3.7
Priority: optional
Section: universe/devel
Installed-Size: 13562
Maintainer: Ubuntu Developers
Original-Maintainer: LLVM Packaging Team
Architecture: amd64
Source: llvm-toolchain-3.7
Version: 1:3.7.1-2ubuntu2
Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.4), libllvm3.7, libstdc++6 (>= 5.2), libstdc++-5-dev, libgcc-5-dev, libobjc-5-dev
Filename: pool/universe/l/llvm-toolchain-3.7/libclang1-3.7_3.7.1-2ubuntu2_amd64.deb
Size: 3947370
MD5sum: cd3c9bda4d789aae8661daacc4d534ba
SHA1: 7e7b71a5fb21efee93adfb395045ad0d9e16c8c6
SHA256: 0f1be2079b0ed3fd00c3438ff466fe0e8087ac9635da2020c370135ada73cbc2
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 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 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: 79130879d6a0df0f0a66eb091a2b6d74
Multi-Arch: same
Homepage: http://www.llvm.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu