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

Last updated: May 12,2024

1. Install "python-cffi" package

Learn how to install python-cffi on Kali Linux

$ sudo apt update $ sudo apt install python-cffi

2. Uninstall "python-cffi" package

Please follow the steps below to uninstall python-cffi on Kali Linux:

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

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

Package: python-cffi
Source: python-cffi-py2
Version: 1.14.0-2kali2
Architecture: all
Maintainer: Kali Developers
Installed-Size: 1049
Depends: python-cffi-backend (<< 1.14.0-2kali2+c), python-cffi-backend (>= 1.14.0-2kali2), python2:any (<< 2.8), python2:any (>= 2.7~)
Homepage: http://cffi.readthedocs.org/
Priority: optional
Section: python
Filename: pool/main/p/python-cffi-py2/python-cffi_1.14.0-2kali2_all.deb
Size: 608348
SHA256: ce63f6fab513b7921ab04c93a72f98d454fa2965e306834a2cfa31f1137152b0
SHA1: beb6e49eb410f75e82259096f9bc6ec9366828b3
MD5sum: 43004f05ad5b68017293ae1f33cceba9
Description: Foreign Function Interface for Python calling C code
Convenient and reliable way of calling C code from Python.
.
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: