How to Install and Uninstall sed.src Package on Oracle Linux 9

Last updated: July 01,2024

1. Install "sed.src" package

In this section, we are going to explain the necessary steps to install sed.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install sed.src

2. Uninstall "sed.src" package

Please follow the step by step instructions below to uninstall sed.src on Oracle Linux 9:

$ sudo dnf remove sed.src $ sudo dnf autoremove

3. Information about the sed.src package on Oracle Linux 9

Last metadata expiration check: 2:35:24 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : sed
Version : 4.8
Release : 9.el9
Architecture : src
Size : 1.4 M
Source : None
Repository : ol9_baseos_latest
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.