How to Install and Uninstall python3-funcsigs Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "python3-funcsigs" package

Please follow the steps below to install python3-funcsigs on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-funcsigs

2. Uninstall "python3-funcsigs" package

This is a short guide on how to uninstall python3-funcsigs on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-funcsigs package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-funcsigs
Priority: optional
Section: universe/python
Installed-Size: 63
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: python-funcsigs
Version: 0.4-2
Depends: python3:any (>= 3.3.2-2~)
Suggests: python-funcsigs-doc
Filename: pool/universe/p/python-funcsigs/python3-funcsigs_0.4-2_all.deb
Size: 12644
MD5sum: ff12a2e81e78b2f75400b2ef7a9253fb
SHA1: bcc6c95ecdb7313b8f71fcafee47973ed635bccb
SHA256: cd694461dc29cd0aa7f7cc2857c6654e1892216c8da41b9c7a43412c8c369be2
Description-en: function signatures from PEP362 - Python 3.x
funcsigs is a backport of the PEP 362 function signature features from Python
3.3's inspect module. The backport is compatible with Python 2.6, 2.7 as well
as 3.2 and up.
.
This package contains the Python 3.x module.
Description-md5: 456d3eebc2737cfd7512fba1ac22db26
Homepage: http://funcsigs.readthedocs.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu