How to Install and Uninstall python2-Pyrex Package on openSUSE Leap

Last updated: November 23,2024

1. Install "python2-Pyrex" package

This tutorial shows how to install python2-Pyrex on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-Pyrex

2. Uninstall "python2-Pyrex" package

Please follow the instructions below to uninstall python2-Pyrex on openSUSE Leap:

$ sudo zypper remove python2-Pyrex

3. Information about the python2-Pyrex package on openSUSE Leap

Information for package python2-Pyrex:
--------------------------------------
Repository : Main Repository
Name : python2-Pyrex
Version : 0.9.9-bp153.1.13
Arch : noarch
Vendor : openSUSE
Installed Size : 1,6 MiB
Installed : No
Status : not installed
Source package : python-Pyrex-0.9.9-bp153.1.13.src
Summary : Compiles code that mixes Python and C data types into a C extension for Python
Description :
Pyrex is a language specially designed for writing Python extension
modules. It's designed to bridge the gap between the nice, high-level,
easy-to-use world of Python and the messy, low-level world of C/