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

Last updated: September 28,2024

1. Install "sed.src" package

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

$ sudo dnf update $ sudo dnf install sed.src

2. Uninstall "sed.src" package

In this section, we are going to explain the necessary steps to uninstall sed.src on Oracle Linux 8:

$ sudo dnf remove sed.src $ sudo dnf autoremove

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

Last metadata expiration check: 3:45:20 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : sed
Version : 4.5
Release : 5.el8
Architecture : src
Size : 1.3 M
Source : None
Repository : ol8_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.