How to Install and Uninstall python3-backcall.noarch Package on CentOS 8 / RHEL 8

Last updated: July 01,2024

1. Install "python3-backcall.noarch" package

Here is a brief guide to show you how to install python3-backcall.noarch on CentOS 8 / RHEL 8

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

2. Uninstall "python3-backcall.noarch" package

Learn how to uninstall python3-backcall.noarch on CentOS 8 / RHEL 8:

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

3. Information about the python3-backcall.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 7:45:29 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : python3-backcall
Version : 0.1.0
Release : 8.el8
Architecture : noarch
Size : 26 k
Source : python-backcall-0.1.0-8.el8.src.rpm
Repository : epel
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.