How to Install and Uninstall sedparse Package on Kali Linux

Last updated: May 11,2024

1. Install "sedparse" package

Please follow the guidelines below to install sedparse on Kali Linux

$ sudo apt update $ sudo apt install sedparse

2. Uninstall "sedparse" package

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

$ sudo apt remove sedparse $ sudo apt autoclean && sudo apt autoremove

3. Information about the sedparse package on Kali Linux

Package: sedparse
Version: 0.1.2-5
Installed-Size: 16
Maintainer: Marcos Talau
Architecture: all
Depends: python3-sedparse, python3:any
Suggests: sedsed
Size: 4264
SHA256: 1d3393d4c8b01303e8b4af407038b0cf7158287504720eab0db14163d7a883c0
SHA1: 00e4a7195557b8407b0a7e6a5f0a2ca47a569748
MD5sum: 1d63d2cc15855f0cc2e33715cdef6767
Description: GNU sed's parser translated from C to Python - CLI tool
sedparse is a translation from C to Python of GNU sed's parser for
sed scripts.
.
After running sedparse in your sed script, the complete list of all
the found sed commands and their arguments will be available in
different formats:
- List of objects (translated C structs).
- List of dictionaries.
- JSON.
.
sedparse is implemented as a Python library and have a command-line
tool.
.
This package provides the sedparse command-line tool.
Description-md5:
Homepage: https://github.com/aureliojargas/sedparse
Section: utils
Priority: optional
Filename: pool/main/s/sedparse/sedparse_0.1.2-5_all.deb