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

Last updated: May 16,2024

1. Install "python3-yapsy" package

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

$ sudo apt update $ sudo apt install python3-yapsy

2. Uninstall "python3-yapsy" package

Please follow the guidance below to uninstall python3-yapsy on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-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: python3:any (>= 3.3.2-2~)
Suggests: python-yapsy-doc
Filename: pool/universe/y/yapsy/python3-yapsy_1.11.223-1_all.deb
Size: 26918
MD5sum: a15185982306d6e619e6f537848c4b74
SHA1: 432f3a5fa36fd04cc0824f496a32dd943dff72a8
SHA256: e505ab7a359409e283270e18620d5453b553c8ceb35bdc8267954aca548029bd
Description-en: simple plugin system for Python3 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 3.2) and to implement only the basic functionalities needed to detect,
load and keep track of several plugins.
Description-md5: 1b4be5dc7d60e3de6f9a1baa6ce2473b
Homepage: http://yapsy.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu