How to Install and Uninstall e-wrapper Package on Kali Linux

Last updated: May 09,2024

1. Install "e-wrapper" package

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

$ sudo apt update $ sudo apt install e-wrapper

2. Uninstall "e-wrapper" package

This guide let you learn how to uninstall e-wrapper on Kali Linux:

$ sudo apt remove e-wrapper $ sudo apt autoclean && sudo apt autoremove

3. Information about the e-wrapper package on Kali Linux

Package: e-wrapper
Version: 0.2-1
Installed-Size: 14
Maintainer: Adam Borowski
Architecture: all
Depends: sensible-utils
Size: 4164
SHA256: fc73edd326768101aaa13f2761ba39a7c720f024e7ea4ffa5786b74b8ee2db1a
SHA1: 32fd9f230470404515b11580a277f2f0372eb846
MD5sum: 66944cf2f2bd7a122eb812ca2dd758f3
Description: invoke your editor, with optional file:lineno handling
All or almost all Unix editors support the syntax of "editor +42 file", to
open the given file and start with the cursor at line 42. Alas, the syntax
programs that output such data use is different: either "file:42: Something"
or "file:42:1: Something", :1 being a column number.
.
This wrapper will recognize such references and call your $EDITOR using the
+ notation. Thus, once you see an error message, you can copy&paste the
first word of it without having to manually adjust. Especially if your
mouse selection is configured to allow ':', it's a single triple-click
(L+L+M), and still pretty handy if not.
.
If your editor allows multi-open, "e" can also handle pipelines such as:
* git grep MEOW|e -:
* make 2>&1 >/dev/null|grep error:|e -::
.
Also, because of its short name, it reduces the typing needed to start the
editor by half if you use vi, by 80% if emacs or jstar -- and that's by far
the most frequent command an Unix user does.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/kilobyte/e
Tag: implemented-in::perl, interface::commandline, role::program,
use::editing, works-with::text
Section: editors
Priority: optional
Filename: pool/main/e/e-wrapper/e-wrapper_0.2-1_all.deb