How to Install and Uninstall python312-cffi Package on openSuSE Tumbleweed

Last updated: June 15,2024

1. Install "python312-cffi" package

In this section, we are going to explain the necessary steps to install python312-cffi on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-cffi

2. Uninstall "python312-cffi" package

In this section, we are going to explain the necessary steps to uninstall python312-cffi on openSuSE Tumbleweed:

$ sudo zypper remove python312-cffi

3. Information about the python312-cffi package on openSuSE Tumbleweed

Information for package python312-cffi:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-cffi
Version : 1.16.0-2.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 1.5 MiB
Installed : No
Status : not installed
Source package : python-cffi-1.16.0-2.1.src
Upstream URL : https://cffi.readthedocs.org
Summary : Foreign Function Interface for Python calling C code
Description :
Foreign Function Interface for Python calling C code. The aim of this project
is to provide a convenient and reliable way of calling C code from Python.