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

Last updated: November 29,2024

1. Install "python3-stopit.noarch" package

This tutorial shows how to install python3-stopit.noarch on Fedora 35

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

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

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

Last metadata expiration check: 4:47:31 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-stopit
Version : 1.1.2
Release : 2.fc35
Architecture : noarch
Size : 23 k
Source : python-stopit-1.1.2-2.fc35.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.