How to Install and Uninstall sed Package on openSuSE Tumbleweed

Last updated: May 03,2024

1. Install "sed" package

This is a short guide on how to install sed on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install sed

2. Uninstall "sed" package

This tutorial shows how to uninstall sed on openSuSE Tumbleweed:

$ sudo zypper remove sed

3. Information about the sed package on openSuSE Tumbleweed

Information for package sed:
----------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : sed
Version : 4.9-2.5
Arch : x86_64
Vendor : openSUSE
Installed Size : 238.3 KiB
Installed : Yes (automatically)
Status : up-to-date
Source package : sed-4.9-2.5.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.