How to Install and Uninstall python3.12-cffi.x86_64 Package on CentOS Stream 9

Last updated: October 02,2024

1. Install "python3.12-cffi.x86_64" package

Learn how to install python3.12-cffi.x86_64 on CentOS Stream 9

$ sudo dnf update $ sudo dnf install python3.12-cffi.x86_64

2. Uninstall "python3.12-cffi.x86_64" package

This guide covers the steps necessary to uninstall python3.12-cffi.x86_64 on CentOS Stream 9:

$ sudo dnf remove python3.12-cffi.x86_64 $ sudo dnf autoremove

3. Information about the python3.12-cffi.x86_64 package on CentOS Stream 9

Last metadata expiration check: 2:22:00 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : python3.12-cffi
Version : 1.16.0
Release : 2.el9
Architecture : x86_64
Size : 311 k
Source : python3.12-cffi-1.16.0-2.el9.src.rpm
Repository : appstream
Summary : Foreign Function Interface for Python to call C code
URL : https://github.com/python-cffi/cffi
License : MIT and Python
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.