How to Install and Uninstall python3-stopit.noarch Package on Fedora 36

Last updated: September 21,2024

1. Install "python3-stopit.noarch" package

This guide covers the steps necessary to install python3-stopit.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install python3-stopit.noarch

2. Uninstall "python3-stopit.noarch" package

Please follow the instructions below to uninstall python3-stopit.noarch on Fedora 36:

$ sudo dnf remove python3-stopit.noarch $ sudo dnf autoremove

3. Information about the python3-stopit.noarch package on Fedora 36

Last metadata expiration check: 0:31:55 ago on Thu Sep 8 14:04:51 2022.
Available Packages
Name : python3-stopit
Version : 1.1.2
Release : 3.fc36
Architecture : noarch
Size : 23 k
Source : python-stopit-1.1.2-3.fc36.src.rpm
Repository : fedora
Summary : Timeout control decorator and context managers
URL : https://github.com/glenfant/stopit
License : MIT
Description : Raise asynchronous exceptions in other threads, control the timeout of
: blocks or callables with two context managers and two decorators.
:
: This module provides:
:
: * a function that raises an exception in another thread, including the main
: thread.
: * two context managers that may stop its inner block activity on timeout.
: * two decorators that may stop its decorated callables on timeout.