How to Install and Uninstall sed.x86_64 Package on Rocky Linux 8

Last updated: April 29,2024

1. Install "sed.x86_64" package

This guide covers the steps necessary to install sed.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install sed.x86_64

2. Uninstall "sed.x86_64" package

Learn how to uninstall sed.x86_64 on Rocky Linux 8:

$ sudo dnf remove sed.x86_64 $ sudo dnf autoremove

3. Information about the sed.x86_64 package on Rocky Linux 8

Last metadata expiration check: 1:34:28 ago on Mon Sep 12 10:27:18 2022.
Installed Packages
Name : sed
Version : 4.5
Release : 5.el8
Architecture : x86_64
Size : 747 k
Source : sed-4.5-5.el8.src.rpm
Repository : @System
Summary : A GNU stream text editor
URL : http://sed.sourceforge.net/
License : GPLv3+
Description : The sed (Stream EDitor) editor is a stream or batch (non-interactive)
: editor. Sed takes text as input, performs an operation or set of
: operations on the text and outputs the modified text. The operations
: that sed performs (substitutions, deletions, insertions, etc.) can be
: specified in a script file or from the command line.