How to Install and Uninstall visual-regexp Package on Kali Linux

Last updated: May 07,2024

1. Install "visual-regexp" package

In this section, we are going to explain the necessary steps to install visual-regexp on Kali Linux

$ sudo apt update $ sudo apt install visual-regexp

2. Uninstall "visual-regexp" package

This is a short guide on how to uninstall visual-regexp on Kali Linux:

$ sudo apt remove visual-regexp $ sudo apt autoclean && sudo apt autoremove

3. Information about the visual-regexp package on Kali Linux

Package: visual-regexp
Version: 3.1-7
Installed-Size: 166
Maintainer: Debian QA Group
Architecture: all
Depends: tcl-vfs, tk
Suggests: perl-doc
Size: 65008
SHA256: dd46d8a1907e3852b4239139a79947970c29b48bbf3d1e0c6039dd60df6447bc
SHA1: d8ec487ea757259b7a75cd486636174c8c7e8b3e
MD5sum: 7116b149f5ede85ba11479b67c3a005a
Description: graphical front-end to write/debug regular expressions in Perl
visual-regexp helps to design, debug or more generally work with the perl
regular expressions. Since it is often difficult to write the right regexp
on the first attempt, this tool will show the effect of regexp on a sample
that can be selected.
.
This software will allow one to design regexps while leaving the type of
expression and visualize its effect on a sample of your choice to interactively
debug regular expressions.
.
Makes it possible to use visual-regexp to modify a text. Just use the
menu and can now design a regexp to match what you're looking for. After
substitution, is able to save the new text. May allow the program to
select the end-of-line format or force it for a specific environment.
.
This program is a Tcl script and shows the result of running a regular
expression, and making debugging relatively easy. It also assists in the
construction of regular expressions.
Description-md5:
Homepage: http://laurent.riesterer.free.fr/regexp/
Tag: implemented-in::tcl, interface::graphical, interface::x11,
role::program, uitoolkit::tk, use::searching, use::viewing,
works-with::text, x11::application
Section: devel
Priority: optional
Filename: pool/main/v/visual-regexp/visual-regexp_3.1-7_all.deb