How to Install and Uninstall python3-sedparse Package on Kali Linux

Last updated: May 18,2024

1. Install "python3-sedparse" package

This guide covers the steps necessary to install python3-sedparse on Kali Linux

$ sudo apt update $ sudo apt install python3-sedparse

2. Uninstall "python3-sedparse" package

Please follow the instructions below to uninstall python3-sedparse on Kali Linux:

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

3. Information about the python3-sedparse package on Kali Linux

Package: python3-sedparse
Source: sedparse
Version: 0.1.2-5
Installed-Size: 78
Maintainer: Marcos Talau
Architecture: all
Depends: python3:any
Suggests: sedparse, sedsed
Size: 18868
SHA256: 3aacc15897947337c9d5f346d3570c5a906ecd6e9a484e4befea9737570e4039
SHA1: c5dd17fd793ebd31934b1df27fb12882e4c449ad
MD5sum: f0771eb9f1c467bc4054ec43a8004b60
Description: GNU sed's parser translated from C to Python - library
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 installs the library for Python 3.
Description-md5:
Homepage: https://github.com/aureliojargas/sedparse
Section: python
Priority: optional
Filename: pool/main/s/sedparse/python3-sedparse_0.1.2-5_all.deb