How to Install and Uninstall python-cffi.x86_64 Package on CentOS 7 / RHEL 7

Last updated: April 29,2024

1. Install "python-cffi.x86_64" package

Please follow the instructions below to install python-cffi.x86_64 on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install python-cffi.x86_64

2. Uninstall "python-cffi.x86_64" package

This tutorial shows how to uninstall python-cffi.x86_64 on CentOS 7 / RHEL 7:

$ sudo yum remove python-cffi.x86_64 $ sudo yum autoremove

3. Information about the python-cffi.x86_64 package on CentOS 7 / RHEL 7

Installed Packages
Name : python-cffi
Arch : x86_64
Version : 1.6.0
Release : 5.el7
Size : 1.0 M
Repo : installed
From repo : base
Summary : Foreign Function Interface for Python to call C code
URL : http://cffi.readthedocs.org/
License : MIT
Description : Foreign Function Interface for Python, providing a convenient and
: reliable way of calling existing C code from Python. The interface
: is based on LuaJIT’s FFI.