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

Last updated: May 18,2024

1. Install "python-yapsy" package

This is a short guide on how to install python-yapsy on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-yapsy

2. Uninstall "python-yapsy" package

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

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

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

Package: python-yapsy
Priority: optional
Section: universe/python
Installed-Size: 141
Maintainer: Ubuntu Developers
Original-Maintainer: Agustin Henze
Architecture: all
Source: yapsy
Version: 1.11.223-1
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~), python-configparser
Suggests: python-yapsy-doc
Filename: pool/universe/y/yapsy/python-yapsy_1.11.223-1_all.deb
Size: 26868
MD5sum: e30500e3f2382d575b65510c48009166
SHA1: 98c5a3b84fe73214346778bccd17563aa6a94efe
SHA256: 3000435842e673e4b7e8a84ea74a3f4a578f8aff6bceb1743d97980554c6bea7
Description-en: simple plugin system for Python applications
Yapsy, or Yet Another Plugin SYstem, is a small library implementing the core
mechanisms needed to build a plugin system into a wider application.
.
The main purpose is to depend only on Python's standard libraries (at least
version 2.3) and to implement only the basic functionalities needed to detect,
load and keep track of several plugins.
Description-md5: b27c609335e7653d6324989fe1849c64
Homepage: http://yapsy.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu