How to Install and Uninstall python-weakrefmethod Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "python-weakrefmethod" package

Please follow the instructions below to install python-weakrefmethod on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-weakrefmethod

2. Uninstall "python-weakrefmethod" package

In this section, we are going to explain the necessary steps to uninstall python-weakrefmethod on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-weakrefmethod $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-weakrefmethod package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-weakrefmethod
Priority: optional
Section: universe/python
Installed-Size: 22
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Version: 1.0-1
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/python-weakrefmethod/python-weakrefmethod_1.0-1_all.deb
Size: 4274
MD5sum: 836c88a681bc0b0fed6927046472dc24
SHA1: 4d4de3a278f6f7a51448547a312f5e2b28320e89
SHA256: 0baa23010da0ccc49142de3642126b3cf321e3d8d56106bbab73043c2e3cc9a3
Description-en: WeakMethod class for storing bound methods using weak references
Python 3.4 include a WeakMethod class, for storing bound methods using weak
references (see the Python weakref module at
http://docs.python.org/library/weakref.html).
.
This project is a backport of the WeakMethod class for Python 2.7.
Description-md5: 0f6359f35cd571e47257be8406c7448c
Homepage: http://github.com/twang817/weakrefmethod
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu