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

Last updated: September 22,2024

1. Install "python3-stopit.noarch" package

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

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

2. Uninstall "python3-stopit.noarch" package

This guide let you learn how to uninstall python3-stopit.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:40:19 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-stopit
Version : 1.1.2
Release : 1.fc34
Architecture : noarch
Size : 25 k
Source : python-stopit-1.1.2-1.fc34.src.rpm
Repository : updates
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.