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

Last updated: July 03,2024

1. Install "python39-cffi" package

Please follow the instructions below to install python39-cffi on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-cffi

2. Uninstall "python39-cffi" package

Learn how to uninstall python39-cffi on openSuSE Tumbleweed:

$ sudo zypper remove python39-cffi

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

Information for package python39-cffi:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-cffi
Version : 1.16.0-2.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 1.2 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.