How to Install and Uninstall python3-backcall Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 18,2024

1. Install "python3-backcall" package

In this section, we are going to explain the necessary steps to install python3-backcall on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-backcall

2. Uninstall "python3-backcall" package

This is a short guide on how to uninstall python3-backcall on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove python3-backcall $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-backcall package on Ubuntu 21.10 (Impish Indri)

Package: python3-backcall
Architecture: all
Version: 0.2.0-1
Priority: optional
Section: universe/python
Source: python-backcall
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 52
Depends: python3:any
Filename: pool/universe/p/python-backcall/python3-backcall_0.2.0-1_all.deb
Size: 10716
MD5sum: bb74ae8b46a100a2b7418d760b8cfeb2
SHA1: c38e82c2fe29c898bfd37a0d103f83f822f11fe0
SHA256: d03f5f20a2c22e2ec87b4de22f41a126b657b1aa0ee7a9c401769f801582b883
SHA512: 39c1e4a488697d2dce7162f4cc2994473bc8dc672f0e283ce159d6d2da7ab40648b746a79eb6b968aa4e5730be291a6c2ddbc427a2aa1b28d67ff1061ed702fd
Homepage: https://github.com/takluyver/backcall
Description-en: Callback functions for Python
Specification for callback functions passed into an API. Provides a
mechanism for specifying the callback signature using a prototype function
and adapts callbacks with unneeded arguments to be compatible with the
original signature.
Description-md5: e23cd086fef5ce6c10ea01647108ea3e
Task: ubuntustudio-publishing