How to Install and Uninstall python3-cysignals-devel.i686 Package on Fedora 36
Last updated: November 26,2024
1. Install "python3-cysignals-devel.i686" package
Please follow the instructions below to install python3-cysignals-devel.i686 on Fedora 36
$
sudo dnf update
Copied
$
sudo dnf install
python3-cysignals-devel.i686
Copied
2. Uninstall "python3-cysignals-devel.i686" package
Please follow the step by step instructions below to uninstall python3-cysignals-devel.i686 on Fedora 36:
$
sudo dnf remove
python3-cysignals-devel.i686
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-cysignals-devel.i686 package on Fedora 36
Last metadata expiration check: 2:45:48 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-cysignals-devel
Version : 1.11.2
Release : 1.fc36
Architecture : i686
Size : 16 k
Source : python-cysignals-1.11.2-1.fc36.src.rpm
Repository : updates
Summary : Interrupt and signal handling for Cython headers files
URL : https://github.com/sagemath/cysignals
License : LGPLv3+
Description : When writing Cython code, special care must be taken to ensure that the
: code can be interrupted with CTRL-C. Since Cython optimizes for speed,
: Cython normally does not check for interrupts. For example, code like
: the following cannot be interrupted in Cython:
:
: while True:
: pass
:
: The cysignals package provides mechanisms to handle interrupts
: (and other signals and errors) in Cython code.
:
: See http://cysignals.readthedocs.org/ for the full documentation.
Available Packages
Name : python3-cysignals-devel
Version : 1.11.2
Release : 1.fc36
Architecture : i686
Size : 16 k
Source : python-cysignals-1.11.2-1.fc36.src.rpm
Repository : updates
Summary : Interrupt and signal handling for Cython headers files
URL : https://github.com/sagemath/cysignals
License : LGPLv3+
Description : When writing Cython code, special care must be taken to ensure that the
: code can be interrupted with CTRL-C. Since Cython optimizes for speed,
: Cython normally does not check for interrupts. For example, code like
: the following cannot be interrupted in Cython:
:
: while True:
: pass
:
: The cysignals package provides mechanisms to handle interrupts
: (and other signals and errors) in Cython code.
:
: See http://cysignals.readthedocs.org/ for the full documentation.