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

Last updated: May 18,2024

1. Install "python3-cffi" package

Please follow the steps below to install python3-cffi on Kali Linux

$ sudo apt update $ sudo apt install python3-cffi

2. Uninstall "python3-cffi" package

This guide covers the steps necessary to uninstall python3-cffi on Kali Linux:

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

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

Package: python3-cffi
Source: python-cffi
Version: 1.16.0-2
Installed-Size: 413
Maintainer: Debian Python Team
Architecture: all
Depends: python3-cffi-backend (<< 1.16.0-2+c), python3-cffi-backend (>= 1.16.0-2), python3-pycparser, python3:any
Suggests: python3-dev
Size: 88452
SHA256: e73c8853cfe174aea1dd60e4ef19328db6b35a6f84d32e2892ea899e0dca1d0b
SHA1: 676384e618aa49f3a1501943af0a2a795c9b4f4d
MD5sum: d2087c05f356aee1936db9f7183eb3fc
Description: Foreign Function Interface for Python 3 calling C code
Convenient and reliable way of calling C code from Python 3.
.
The aim of this project is to provide a convenient and reliable way of calling
C code from Python. It keeps Python logic in Python, and minimises the C
required. It is able to work at either the C API or ABI level, unlike most
other approaches, that only support the ABI level.
.
This package contains the necessary build and runtime support for cffi
modules.
Description-md5:
Homepage: https://cffi.readthedocs.org/
Section: python
Priority: optional
Filename: pool/main/p/python-cffi/python3-cffi_1.16.0-2_all.deb