How to Install and Uninstall python3-signalfd.x86_64 Package on Fedora 34

Last updated: September 21,2024

1. Install "python3-signalfd.x86_64" package

This is a short guide on how to install python3-signalfd.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install python3-signalfd.x86_64

2. Uninstall "python3-signalfd.x86_64" package

Learn how to uninstall python3-signalfd.x86_64 on Fedora 34:

$ sudo dnf remove python3-signalfd.x86_64 $ sudo dnf autoremove

3. Information about the python3-signalfd.x86_64 package on Fedora 34

Last metadata expiration check: 5:41:17 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-signalfd
Version : 0.1
Release : 28.fc34
Architecture : x86_64
Size : 21 k
Source : python-signalfd-0.1-28.fc34.src.rpm
Repository : fedora
Summary : Python bindings to the Linux signalfd library/system call
URL : https://launchpad.net/python-signalfd
License : MIT
Description : The python-signalfd package is a simple wrapper around the POSIX sigprocmask(2)
: and the Linux signalfd(2) platform APIs, providing very direct access to them.
:
: This is the python3 version of the module.