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

Last updated: May 03,2024

1. Install "python3-pysignals.noarch" package

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

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

2. Uninstall "python3-pysignals.noarch" package

This guide let you learn how to uninstall python3-pysignals.noarch on Oracle Linux 8:

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

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

Last metadata expiration check: 6:08:16 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python3-pysignals
Version : 0.1.3
Release : 1.el8
Architecture : noarch
Size : 31 k
Source : python-pysignals-0.1.3-1.el8.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.