How to Install and Uninstall ed Package on Kali Linux

Last updated: May 19,2024

1. Install "ed" package

This guide let you learn how to install ed on Kali Linux

$ sudo apt update $ sudo apt install ed

2. Uninstall "ed" package

This guide let you learn how to uninstall ed on Kali Linux:

$ sudo apt remove ed $ sudo apt autoclean && sudo apt autoremove

3. Information about the ed package on Kali Linux

Package: ed
Version: 1.20.1-1
Installed-Size: 110
Maintainer: Martin Zobel-Helas
Architecture: amd64
Depends: libc6 (>= 2.34)
Size: 60584
SHA256: b81513ba4fc9df24ddbdafb9e8fb34e9e9719db36e3e172ef48fba7dd704cced
SHA1: 75f551c0200037dab11ab35b3defa06ecfb91912
MD5sum: e840917acbb59d10ef54acb4d8ba4aac
Description: classic UNIX line editor
ed is a line-oriented text editor. It is used to
create, display, modify and otherwise manipulate text
files.
.
red is a restricted ed: it can only edit files in the
current directory and cannot execute shell commands.
Description-md5:
Multi-Arch: foreign
Homepage: https://www.gnu.org/software/ed/
Tag: implemented-in::c, interface::commandline, interface::text-mode,
role::program, scope::utility, suite::gnu, use::editing,
works-with::text
Section: editors
Priority: optional
Filename: pool/main/e/ed/ed_1.20.1-1_amd64.deb