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

Last updated: July 03,2024

1. Install "python310-cffi" package

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

$ sudo zypper refresh $ sudo zypper install python310-cffi

2. Uninstall "python310-cffi" package

Please follow the steps below to uninstall python310-cffi on openSuSE Tumbleweed:

$ sudo zypper remove python310-cffi

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

Information for package python310-cffi:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-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.