How to Install and Uninstall python3-backcall.noarch Package on Fedora 36

Last updated: January 11,2025

1. Install "python3-backcall.noarch" package

Here is a brief guide to show you how to install python3-backcall.noarch on Fedora 36

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

2. Uninstall "python3-backcall.noarch" package

This guide let you learn how to uninstall python3-backcall.noarch on Fedora 36:

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

3. Information about the python3-backcall.noarch package on Fedora 36

Last metadata expiration check: 0:40:40 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-backcall
Version : 0.1.0
Release : 15.fc36
Architecture : noarch
Size : 26 k
Source : python-backcall-0.1.0-15.fc36.src.rpm
Repository : fedora
Summary : Specifications for callback functions passed in to an API
URL : https://github.com/takluyver/backcall
License : BSD
Description : Specifications for callback functions passed in to an API.
:
: If your code lets other people supply callback functions, it's important to
: specify the function signature you expect, and check that functions support
: that. Adding extra parameters later would break other peoples code unless
: you're careful. Backcall helps with that.