How to Install and Uninstall sedsed Package on Kali Linux

Last updated: September 28,2024

1. Install "sedsed" package

Here is a brief guide to show you how to install sedsed on Kali Linux

$ sudo apt update $ sudo apt install sedsed

2. Uninstall "sedsed" package

This is a short guide on how to uninstall sedsed on Kali Linux:

$ sudo apt remove sedsed $ sudo apt autoclean && sudo apt autoremove

3. Information about the sedsed package on Kali Linux

Package: sedsed
Version: 2.0.0-3
Installed-Size: 83
Maintainer: Marcos Talau
Architecture: all
Depends: python3-sedparse, python3:any
Size: 23656
SHA256: 9f90fac1ddf286753342ddb6f9d0187946e046e808d71cd099eb6f6caf61dd8c
SHA1: ce3955c34d82d48bafd0901cc5a774954bcbac61
MD5sum: 58f89b147726fee17e3c6401dbf3afc6
Description: debugger and code formatter for sed scripts
sedsed can debug, indent, tokenize and HTMLize sed scripts.
.
In debug mode, it reads the target script and adds extra commands
to it. When executed it shows the data flow between the commands,
revealing all the magic sed does on its internal buffers.
.
In indent mode, the script is reformatted with standard spacing.
.
In tokenize mode, it shows the elements of every command used.
.
In HTMLize mode, the script is converted to a beautiful colored
HTML file, with all the commands and parameters identified for
best viewing.
.
With sedsed, people can master ANY sed script. No more secrets,
no more hidden buffers.
Description-md5:
Homepage: https://aurelio.net/projects/sedsed
Section: utils
Priority: optional
Filename: pool/main/s/sedsed/sedsed_2.0.0-3_all.deb