How to Install and Uninstall sed.x86_64 Package on AlmaLinux 9

Last updated: October 07,2024

1. Install "sed.x86_64" package

Here is a brief guide to show you how to install sed.x86_64 on AlmaLinux 9

$ sudo dnf update $ sudo dnf install sed.x86_64

2. Uninstall "sed.x86_64" package

Please follow the instructions below to uninstall sed.x86_64 on AlmaLinux 9:

$ sudo dnf remove sed.x86_64 $ sudo dnf autoremove

3. Information about the sed.x86_64 package on AlmaLinux 9

Last metadata expiration check: 0:29:50 ago on Wed Mar 13 07:41:12 2024.
Installed Packages
Name : sed
Version : 4.8
Release : 9.el9
Architecture : x86_64
Size : 795 k
Source : sed-4.8-9.el9.src.rpm
Repository : @System
From repo : baseos
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.