How to Install and Uninstall python3-pysignals.noarch Package on Oracle Linux 9

Last updated: July 01,2024

1. Install "python3-pysignals.noarch" package

Please follow the guidelines below to install python3-pysignals.noarch on Oracle Linux 9

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

2. Uninstall "python3-pysignals.noarch" package

Please follow the guidelines below to uninstall python3-pysignals.noarch on Oracle Linux 9:

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

3. Information about the python3-pysignals.noarch package on Oracle Linux 9

Last metadata expiration check: 3:15:28 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python3-pysignals
Version : 0.1.3
Release : 6.el9
Architecture : noarch
Size : 32 k
Source : python-pysignals-0.1.3-6.el9.src.rpm
Repository : epel
Summary : PySignals is a signal dispatcher for Python
URL : https://github.com/theojulienne/pysignals
License : BSD
Description : PySignals is a signal dispatcher for Python, extracted from “django.dispatch”
: in the Django framework so it can be used in applications without requiring
: the entire Django framework to be installed.