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

Last updated: May 18,2024

1. Install "python38-cffi" package

This tutorial shows how to install python38-cffi on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-cffi

2. Uninstall "python38-cffi" package

This is a short guide on how to uninstall python38-cffi on openSuSE Tumbleweed:

$ sudo zypper remove python38-cffi

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

Information for package python38-cffi:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-cffi
Version : 1.15.0-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 1,2 MiB
Installed : No
Status : not installed
Source package : python-cffi-1.15.0-1.1.src
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.