How to Install and Uninstall python3-Cython.x86_64 Package on Fedora 38
Last updated: January 12,2025
1. Install "python3-Cython.x86_64" package
Please follow the instructions below to install python3-Cython.x86_64 on Fedora 38
$
sudo dnf update
Copied
$
sudo dnf install
python3-Cython.x86_64
Copied
2. Uninstall "python3-Cython.x86_64" package
Please follow the guidelines below to uninstall python3-Cython.x86_64 on Fedora 38:
$
sudo dnf remove
python3-Cython.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-Cython.x86_64 package on Fedora 38
Last metadata expiration check: 0:56:28 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : python3-Cython
Version : 0.29.33
Release : 1.fc38
Architecture : x86_64
Size : 2.6 M
Source : Cython-0.29.33-1.fc38.src.rpm
Repository : fedora
Summary : Language for writing Python extension modules
URL : http://www.cython.org
License : Apache-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-Cython
Version : 0.29.33
Release : 1.fc38
Architecture : x86_64
Size : 2.6 M
Source : Cython-0.29.33-1.fc38.src.rpm
Repository : fedora
Summary : Language for writing Python extension modules
URL : http://www.cython.org
License : Apache-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.