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

Last updated: September 20,2024

1. Install "python-clang-3.7" package

This tutorial shows how to install python-clang-3.7 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-clang-3.7

2. Uninstall "python-clang-3.7" package

This tutorial shows how to uninstall python-clang-3.7 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-clang-3.7 $ sudo apt autoclean && sudo apt autoremove

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

Package: python-clang-3.7
Priority: optional
Section: universe/python
Installed-Size: 151
Maintainer: Ubuntu Developers
Original-Maintainer: LLVM Packaging Team
Architecture: amd64
Source: llvm-toolchain-3.7
Version: 1:3.7.1-2ubuntu2
Replaces: python-clang-3.3, python-clang-3.4, python-clang-3.5, python-clang-3.6, python-clang-3.8
Depends: python
Breaks: python-clang-3.3, python-clang-3.4, python-clang-3.5, python-clang-3.6, python-clang-3.8
Filename: pool/universe/l/llvm-toolchain-3.7/python-clang-3.7_3.7.1-2ubuntu2_amd64.deb
Size: 28864
MD5sum: 8ff065da43caa89bdef2ce2e5bc93fb7
SHA1: 024cd9b5970f0887d8a6c4809d417bfbe34030d1
SHA256: c21102d45bb56b4e722ce01fbf1352bb492bbd5fe6704613ff4389ab549e4a15
Description-en: Clang Python Bindings
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 binding package provides access to the Clang compiler and libraries.
Description-md5: b9ba71d54ff4306545e04fcc7ce0c746
Homepage: http://www.llvm.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu