How to Install and Uninstall sed.x86_64 Package on Fedora 34

Last updated: October 06,2024

1. Install "sed.x86_64" package

Please follow the guidelines below to install sed.x86_64 on Fedora 34

$ 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 Fedora 34:

$ sudo dnf remove sed.x86_64 $ sudo dnf autoremove

3. Information about the sed.x86_64 package on Fedora 34

Last metadata expiration check: 2:11:24 ago on Tue Sep 6 02:10:55 2022.
Installed Packages
Name : sed
Version : 4.8
Release : 7.fc34
Architecture : x86_64
Size : 795 k
Source : sed-4.8-7.fc34.src.rpm
Repository : @System
From repo : anaconda
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.