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

Last updated: April 26,2024

1. Install "python36-cffi.x86_64" package

Please follow the guidance below to install python36-cffi.x86_64 on CentOS 7 / RHEL 7

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

2. Uninstall "python36-cffi.x86_64" package

Please follow the steps below to uninstall python36-cffi.x86_64 on CentOS 7 / RHEL 7:

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

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

Installed Packages
Name : python36-cffi
Arch : x86_64
Version : 1.9.1
Release : 3.el7
Size : 959 k
Repo : installed
From repo : epel
Summary : Foreign Function Interface for Python 3 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.