How to Install and Uninstall python3.11-Cython.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)
Last updated: November 25,2024
1. Install "python3.11-Cython.x86_64" package
This guide let you learn how to install python3.11-Cython.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)
$
sudo dnf update
Copied
$
sudo dnf install
python3.11-Cython.x86_64
Copied
2. Uninstall "python3.11-Cython.x86_64" package
Please follow the steps below to uninstall python3.11-Cython.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):
$
sudo dnf remove
python3.11-Cython.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3.11-Cython.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)
Last metadata expiration check: 1:54:43 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python3.11-Cython
Version : 0.29.32
Release : 2.el8
Architecture : x86_64
Size : 2.7 M
Source : python3.11-Cython-0.29.32-2.el8.src.rpm
Repository : ubi-8-codeready-builder-rpms
Summary : Language for writing Python extension modules
URL : http://www.cython.org
License : ASL 2.0
Description : The Cython language makes writing C extensions for the Python language as easy
: as Python itself. Cython is a source code translator based on Pyrex,
: but supports more cutting edge functionality and optimizations.
:
: The Cython language is a superset of the Python language (almost all Python
: code is also valid Cython code), but Cython additionally supports optional
: static typing to natively call C functions, operate with C++ classes and
: declare fast C types on variables and class attributes.
: This allows the compiler to generate very efficient C code from Cython code.
:
: This makes Cython the ideal language for writing glue code for external C/C++
: libraries, and for fast C modules that speed up the execution of Python code.
Available Packages
Name : python3.11-Cython
Version : 0.29.32
Release : 2.el8
Architecture : x86_64
Size : 2.7 M
Source : python3.11-Cython-0.29.32-2.el8.src.rpm
Repository : ubi-8-codeready-builder-rpms
Summary : Language for writing Python extension modules
URL : http://www.cython.org
License : ASL 2.0
Description : The Cython language makes writing C extensions for the Python language as easy
: as Python itself. Cython is a source code translator based on Pyrex,
: but supports more cutting edge functionality and optimizations.
:
: The Cython language is a superset of the Python language (almost all Python
: code is also valid Cython code), but Cython additionally supports optional
: static typing to natively call C functions, operate with C++ classes and
: declare fast C types on variables and class attributes.
: This allows the compiler to generate very efficient C code from Cython code.
:
: This makes Cython the ideal language for writing glue code for external C/C++
: libraries, and for fast C modules that speed up the execution of Python code.