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

Last updated: May 11,2024

1. Install "python-cffi" package

Please follow the instructions below to install python-cffi on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-cffi

2. Uninstall "python-cffi" package

Please follow the guidelines below to uninstall python-cffi on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-cffi
Priority: optional
Section: python
Installed-Size: 360
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Version: 1.5.2-1ubuntu1
Depends: python-cffi-backend (<< 1.5.2-1ubuntu1+c), python-cffi-backend (>= 1.5.2-1ubuntu1), python-pycparser, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Suggests: python-dev
Filename: pool/main/p/python-cffi/python-cffi_1.5.2-1ubuntu1_all.deb
Size: 63036
MD5sum: 90599215ea0448b809a52b29f24e315e
SHA1: 38057ede4858a695ecad1a91a849e3d29650b941
SHA256: 265dfa061afa45902bcf386cb17ee8fb3b52412dceaf8f1939af50a0cb29de01
Description-en: 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: 02e6aa73f11a0a872a949b274091236a
Homepage: http://cffi.readthedocs.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 5y