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

Last updated: May 13,2024

1. Install "python36-cffi" package

Please follow the steps below to install python36-cffi on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-cffi

2. Uninstall "python36-cffi" package

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

$ sudo zypper remove python36-cffi

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

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