This package browser is in early development. Mind the rough edges.

sed

Stream editor

Sed is a non-interactive, text stream editor. It receives a text input from a file or from standard input and it then applies a series of text editing commands to the stream and prints its output to standard output. It is often used for substituting text patterns in a stream. The GNU implementation offers several extensions over the standard utility.

Installation

Install the latest version of sed as follows:

guix install sed

Or install a particular version:

guix install sed@4.9

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of sed about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/sed'><img src='https://packages.guix.gnu.org/packages/sed/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/sed/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/sed)

Example Org:

[[https://packages.guix.gnu.org/packages/sed][https://packages.guix.gnu.org/packages/sed/badges/latest-version.svg]]