How to Install and Uninstall python3-cffi Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 17,2024

1. Install "python3-cffi" package

This guide covers the steps necessary to install python3-cffi on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-cffi

2. Uninstall "python3-cffi" package

Here is a brief guide to show you how to uninstall python3-cffi on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python3-cffi package on Ubuntu 21.10 (Impish Indri)

Package: python3-cffi
Architecture: all
Version: 1.14.6-1build1
Priority: optional
Section: python
Source: python-cffi
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 409
Depends: python3-cffi-backend (<< 1.14.6-1build1+c), python3-cffi-backend (>= 1.14.6-1build1), python3-pycparser, python3:any
Suggests: python3-dev
Filename: pool/main/p/python-cffi/python3-cffi_1.14.6-1build1_all.deb
Size: 72540
MD5sum: 7af284dabb8be2ed1c45997582dd52b8
SHA1: acb1ecc270f62a804f32d1cd7c53301374d22ae7
SHA256: acb802b805e1369ebd84b2b925e3920d21d303aa0ba07630521bbf9272a657b8
SHA512: 6b50c3f0b0279e2a01aee7554dad1b3fc149b900e76277d710f39aab310cea35577b2849a0007c58d5e6fa1093970e6c9b36aee3c5d7abf9bce32bb8932fda72
Homepage: https://cffi.readthedocs.org/
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
Task: ubuntustudio-desktop