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

Last updated: May 17,2024

1. Install "pyp" package

This guide covers the steps necessary to install pyp on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install pyp

2. Uninstall "pyp" package

In this section, we are going to explain the necessary steps to uninstall pyp on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove pyp $ sudo apt autoclean && sudo apt autoremove

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

Package: pyp
Priority: extra
Section: universe/utils
Installed-Size: 143
Maintainer: Ubuntu Developers
Original-Maintainer: Khalid El Fathi
Architecture: all
Version: 2.12-1
Depends: python2.7, python (>= 2.7), python (<< 2.8)
Filename: pool/universe/p/pyp/pyp_2.12-1_all.deb
Size: 28022
MD5sum: d8e10ddac95fb24e77f2a516a147fad0
SHA1: 1b09143179974633b6b76307484065ad1456b03f
SHA256: a21ee3d68274c215892052ae3e408a098d681e55ede446da3402ad8e90323442
Description-en: sed/awk-like tool with Python language
pyp, the Pyed Piper, is a command line tool for text manipulation. It
is similar to awk and sed in functionality, but its subcommands are
Python based, and thus more familiar to many programmers.
.
It can operate both on a per-line base and on the complete input
stream. Different features can be pipelined in a single command by
using the pipe character familiar from shell commands.
.
pyp backs up its input for reruns with modified commands, and can save
commands as macros. On the downside, the rerun feature makes it
unsuitable for continuous pipe operation.
Description-md5: f1782f6a50436eea040ae60e5d6758a6
Homepage: http://code.google.com/p/pyp
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu