How to Install and Uninstall pyp Package on Kali Linux

Last updated: May 20,2024

1. Install "pyp" package

Learn how to install pyp on Kali Linux

$ sudo apt update $ sudo apt install pyp

2. Uninstall "pyp" package

Learn how to uninstall pyp on Kali Linux:

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

3. Information about the pyp package on Kali Linux

Package: pyp
Version: 2.12-3
Installed-Size: 110
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 25928
SHA256: 6bd60a6d2c7fdbd784813c1137d685b4926e30b72b46fbacfa6dd485e71a5f00
SHA1: c89f403e68f7b5c45c9312935196c2ea49c73855
MD5sum: 3f6a978f1544e16fdf0e02a1e313ff21
Description: 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:
Multi-Arch: foreign
Section: utils
Priority: optional
Filename: pool/main/p/pyp/pyp_2.12-3_all.deb