How to Install and Uninstall ed.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 11,2024

1. Install "ed.x86_64" package

Please follow the step by step instructions below to install ed.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install ed.x86_64

2. Uninstall "ed.x86_64" package

This tutorial shows how to uninstall ed.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove ed.x86_64 $ sudo dnf autoremove

3. Information about the ed.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:26:46 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : ed
Version : 1.14.2
Release : 12.el9
Architecture : x86_64
Size : 78 k
Source : ed-1.14.2-12.el9.src.rpm
Repository : ubi-9-baseos-rpms
Summary : The GNU line editor
URL : http://www.gnu.org/software/ed/
License : GPLv3+ and GFDL
Description : Ed is a line-oriented text editor, used to create, display, and modify
: text files (both interactively and via shell scripts). For most
: purposes, ed has been replaced in normal usage by full-screen editors
: (emacs and vi, for example).
:
: Ed was the original UNIX editor, and may be used by some programs. In
: general, however, you probably don't need to install it and you probably
: won't use it.