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

Last updated: May 18,2024

1. Install "python3-cffi" package

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

$ sudo apt update $ sudo apt install python3-cffi

2. Uninstall "python3-cffi" package

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

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

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

Package: python3-cffi
Priority: optional
Section: universe/python
Installed-Size: 360
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: python-cffi
Version: 1.5.2-1ubuntu1
Depends: python3-cffi-backend (<< 1.5.2-1ubuntu1+c), python3-cffi-backend (>= 1.5.2-1ubuntu1), python3-pycparser, python3:any (>= 3.3.2-2~)
Suggests: python3-dev
Filename: pool/universe/p/python-cffi/python3-cffi_1.5.2-1ubuntu1_all.deb
Size: 63156
MD5sum: 9ee0af7ee65e9d67b97c29a57910e5fe
SHA1: 455049bbdff9870ae5e660b74b730c1c02091eeb
SHA256: c0ac34276dc1db72f825f6913d0e817fc71c0737b2b18de7d896d64a265b6c8a
Description-en: 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: a7ee9c666786a0822a64834a9c8b19f6
Homepage: http://cffi.readthedocs.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu