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

Last updated: October 04,2024

1. Install "python-padme" package

This tutorial shows how to install python-padme on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-padme

2. Uninstall "python-padme" package

Please follow the step by step instructions below to uninstall python-padme on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-padme
Priority: optional
Section: universe/python
Installed-Size: 99
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Version: 1.1.1-2
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/python-padme/python-padme_1.1.1-2_all.deb
Size: 17088
MD5sum: fc3f59b50f0bb31868e448e70bb96f35
SHA1: 2e0c5ca8eff3c1219285ad5bd9678b2fbcea96d1
SHA256: 9e886eba81be8adab5a43e6d21524ec3bd555910834df555ecc91e1324d7b0d3
Description-en: mostly transparent proxy class for Python 2
Padme, named after the Star Wars (tm) character, is a library for creating
proxy objects out of any other Python object.
.
The resulting object is as close to mimicking the original as possible. Some
things are impossible to fake in CPython so those are highlighted below. All
other operations are silently forwarded to the original.
.
This package contains the Python 2.x version of the library
Description-md5: dd375979970acfb85dace911fe72a41b
Homepage: https://github.com/zyga/padme/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu