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

Last updated: September 27,2024

1. Install "python3-signalfd.x86_64" package

This guide let you learn how to install python3-signalfd.x86_64 on Fedora 35

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

2. Uninstall "python3-signalfd.x86_64" package

Here is a brief guide to show you how to uninstall python3-signalfd.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 0:35:42 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : python3-signalfd
Version : 0.1
Release : 30.fc35
Architecture : x86_64
Size : 21 k
Source : python-signalfd-0.1-30.fc35.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.