How to Install and Uninstall yapps2 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "yapps2" package

This guide let you learn how to install yapps2 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install yapps2

2. Uninstall "yapps2" package

This tutorial shows how to uninstall yapps2 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove yapps2 $ sudo apt autoclean && sudo apt autoremove

3. Information about the yapps2 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: yapps2
Priority: optional
Section: universe/python
Installed-Size: 169
Maintainer: Ubuntu Developers
Original-Maintainer: Matthias Urlichs
Architecture: all
Version: 2.1.1-17.3
Depends: python, python:any (<< 2.8), python:any (>= 2.7.5-5~), yapps2-runtime (= 2.1.1-17.3)
Filename: pool/universe/y/yapps2/yapps2_2.1.1-17.3_all.deb
Size: 52866
MD5sum: e6aa29e309f7c9c01778f5834e22c24a
SHA1: cb30f6b0831dae081528c2fe4423f7c5455bb4ef
SHA256: 93d89022574be1faad242a38f5d3df9a956a5a263497a1c2c02008572c43662c
Description-en: Yet Another Python Parser System
YAPPS is an easy to use parser generator that is written in Python and
generates Python code. There are several parser generator systems
already available for Python, but this parser has different goals:
Yapps is simple, very easy to use, and produces human-readable parsers.
.
It is not the fastest or most powerful parser. Yapps is designed to be
used when regular expressions are not enough and other parser systems
are too much: situations where you might otherwise write your own
recursive descent parser.
.
This package contains several upward-compatible enhancements to the
original YAPPS source:
.
- handles recursive input ("include files")
- better error reporting
- reads input incrementally
Description-md5: e0daec7e8417eea1a6ad27d120598d3d
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu