How to Install and Uninstall e-wrapper Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 08,2024

1. Install "e-wrapper" package

Please follow the steps below to install e-wrapper on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install e-wrapper

2. Uninstall "e-wrapper" package

Please follow the instructions below to uninstall e-wrapper on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the e-wrapper package on Ubuntu 20.10 (Groovy Gorilla)

Package: e-wrapper
Architecture: all
Version: 0.1-2
Multi-Arch: foreign
Priority: optional
Section: universe/editors
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Adam Borowski
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 14
Depends: sensible-utils
Filename: pool/universe/e/e-wrapper/e-wrapper_0.1-2_all.deb
Size: 4144
MD5sum: 347991f0ffe590556248dbd60c9285fa
SHA1: fae64205070fbb2ab230a726c4ac3819e81b6705
SHA256: 730c0e2e6dbcd2c4ef385e603f17067344738c614b40e19862f75374aff359ed
SHA512: 50e720f828d46a5800703685e6390fb68de698c692951b99be1e5583394fe879570d1a0fb174d5cfbb1e7a7b97f281e1d29d50013552487072408542f5bf33ee
Homepage: https://github.com/kilobyte/e
Description-en: 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: ff6315cad586dc16fd63fe71b27a52bc