How to Install and Uninstall python3-clang Package on Kali Linux

Last updated: July 03,2024

1. Install "python3-clang" package

This guide covers the steps necessary to install python3-clang on Kali Linux

$ sudo apt update $ sudo apt install python3-clang

2. Uninstall "python3-clang" package

This guide let you learn how to uninstall python3-clang on Kali Linux:

$ sudo apt remove python3-clang $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-clang package on Kali Linux

Package: python3-clang
Source: llvm-defaults (0.57)
Version: 1:16.0-57
Installed-Size: 14
Maintainer: LLVM Packaging Team
Architecture: amd64
Replaces: python-clang (<< 0.49~exp2)
Depends: python3-clang-16 (>= 16~)
Breaks: python-clang (<< 0.49~exp2)
Size: 5168
SHA256: 99bb353b94f9119c5debcab3f24f6c3866f52bde8b6868ca6fd659db7af70efd
SHA1: 1b181c67d300f852208d690c0fe8ebcb1b255f94
MD5sum: 23e68b1acf657994e4f874dec18b8325
Description: Clang Python Bindings
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11 and 14 standards and also
provides most of the support of C++17.
.
This is a dependency package providing the Python binding to Clang.
Description-md5:
Multi-Arch: same
Section: python
Priority: optional
Filename: pool/main/l/llvm-defaults/python3-clang_16.0-57_amd64.deb