How to Install and Uninstall sed Package on openSUSE Leap

Last updated: May 03,2024

1. Install "sed" package

Please follow the guidance below to install sed on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install sed

2. Uninstall "sed" package

Here is a brief guide to show you how to uninstall sed on openSUSE Leap:

$ sudo zypper remove sed

3. Information about the sed package on openSUSE Leap

Information for package sed:
----------------------------
Repository : Main Repository
Name : sed
Version : 4.4-11.6
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 277.2 KiB
Installed : Yes (automatically)
Status : up-to-date
Source package : sed-4.4-11.6.src
Upstream URL : https://www.gnu.org/software/sed/
Summary : A Stream-Oriented Non-Interactive Text Editor
Description :
Sed takes text input, performs one or more operations on it, and
outputs the modified text. Sed is typically used for extracting parts
of a file using pattern matching or for substituting multiple
occurrences of a string within a file.