How to Install and Uninstall python3-cffi Package on openSUSE Leap

Last updated: May 18,2024

1. Install "python3-cffi" package

This is a short guide on how to install python3-cffi on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-cffi

2. Uninstall "python3-cffi" package

This tutorial shows how to uninstall python3-cffi on openSUSE Leap:

$ sudo zypper remove python3-cffi

3. Information about the python3-cffi package on openSUSE Leap

Information for package python3-cffi:
-------------------------------------
Repository : Main Repository
Name : python3-cffi
Version : 1.13.2-3.2.5
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 1.2 MiB
Installed : No
Status : not installed
Source package : python-cffi-1.13.2-3.2.5.src
Upstream URL : http://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.