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

Last updated: September 28,2024

1. Install "python3-stopit.noarch" package

Please follow the steps below to install python3-stopit.noarch on Fedora 38

$ 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 38:

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

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

Last metadata expiration check: 1:00:20 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : python3-stopit
Version : 1.1.2
Release : 6.fc38
Architecture : noarch
Size : 29 k
Source : python-stopit-1.1.2-6.fc38.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.