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

Last updated: May 18,2024

1. Install "python-yappy" package

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

$ sudo apt update $ sudo apt install python-yappy

2. Uninstall "python-yappy" package

Here is a brief guide to show you how to uninstall python-yappy on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-yappy
Priority: optional
Section: universe/python
Installed-Size: 93
Maintainer: Ubuntu Developers
Original-Maintainer: Rogerio Reis
Architecture: all
Source: yappy
Version: 1.9.4-1.1
Replaces: python2.3-yappy (<< 1.6-1.1), python2.4-yappy (<< 1.6-1.1)
Provides: python2.7-yappy
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Conflicts: python2.3-yappy (<< 1.6-1.1), python2.4-yappy (<< 1.6-1.1)
Filename: pool/universe/y/yappy/python-yappy_1.9.4-1.1_all.deb
Size: 17328
MD5sum: 6f65aff1e7b3ffaba1cc5c2d4993f9a3
SHA1: 5facd3dec56d45552a7f15b9d04c4caf3ead880d
SHA256: 41b8a39c20d7efcb78db91f35db26af8dec485d3566614c8e31e85a2a255d85d
Description-en: Yet Another Parser Generator for Python
Yappy provides a lexical analyser and a LR parser generator
for Python applications. It currently builds SLR,
LR(1) and LALR(1) tables. Tables are kept in Python shelves for use
in parsing. Some ambiguous grammars can be handled if priority
and associativity information is provided.
Description-md5: b47cbdad6ee438b7db351e1dde81f4c6
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu