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

Last updated: May 16,2024

1. Install "python-parsley" package

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

$ sudo apt update $ sudo apt install python-parsley

2. Uninstall "python-parsley" package

This guide covers the steps necessary to uninstall python-parsley on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-parsley
Priority: extra
Section: universe/python
Installed-Size: 649
Maintainer: Ubuntu Developers
Original-Maintainer: Jérémy Bobbio
Architecture: all
Source: parsley
Version: 1.2-1
Depends: python (>= 2.7), python (<< 2.8), python:any (>= 2.7.1-0ubuntu2)
Filename: pool/universe/p/parsley/python-parsley_1.2-1_all.deb
Size: 97186
MD5sum: 84524f77ebface27b21073a1081fd21c
SHA1: d0e6cb852f3497af980f47eca458c9e0b848a8c4
SHA256: 22bf7b850a8c9703708db4ebd9b9b193622fcef8272bd1e9e4ebd858618c7269
Description-en: pattern-matching language based on OMeta and Python
Parsley is a parsing library for people who find parsers scary or annoying.
It uses the PEG algorithm, so each expression in the grammar rules works like
a Python expression. In particular, alternatives are evaluated in
order, unlike table-driven parsers such as yacc, bison or PLY.
.
Parsley is an implementation of OMeta, an object-oriented
pattern-matching language developed by Alessandro Warth
.
Description-md5: 78dac8bb6a5dedf62e5be06aac9767c4
Homepage: https://launchpad.net/parsley
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu