macOS
brew install gnu-sedlocal Homebrew formula metadata
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für gnu-sed in AI-Agent-Workflows.
Installation
brew install gnu-sedlocal Homebrew formula metadata
sudo apk add sedAlpine Linux edge package indexes · sed · Quelle: dl-cdn.alpinelinux.org
sudo apt install sedDebian stable package indexes · sed · Quelle: deb.debian.org
sudo dnf install sedFedora Rawhide package metadata · sed · Quelle: dl.fedoraproject.org
sudo pacman -S sedArch Linux sync databases · sed · Quelle: geo.mirror.pkgbuild.com
sudo zypper install sedopenSUSE Tumbleweed package metadata · sed · Quelle: download.opensuse.org
choco install sedChocolatey community package catalog · sed · Quelle: community.chocolatey.org
scoop install main/sedScoop official bucket manifest trees · bucket/sed.json · Quelle: api.github.com
winget install --id mbuilov.sed -eWindows Package Manager source index · mbuilov.sed · Quelle: cdn.winget.microsoft.com
Überblick
GNU implementation of the famous stream editor
Verlauf
GNU sed is the GNU implementation of sed, the Unix stream editor. It is a non-interactive command-line text editor used to transform text from files or pipelines.
GNU sed carries forward the sed model of scripted, line-oriented editing. The GNU manual documents it as a stream editor that makes one pass over input, distinguishing it from interactive editors while keeping the ed-like idea of applying commands to selected text.
The GNU sed repository README describes the package as the GNU implementation of the Unix stream editor and points users to the GNU website, NEWS file, ChangeLog, AUTHORS, and installed Info/man documentation. The manual copyright history begins in 1998 and the documented command set grew to include GNU extensions such as in-place editing, separate-file processing, sandbox mode, null-data processing, and extended regular-expression options.
sed is a standard part of shell programming culture, and GNU sed became the expected sed on many GNU/Linux systems. Its behavior also matters on macOS and BSD systems because developers often install GNU sed through package managers when scripts depend on GNU extensions rather than the platform sed.
Practitioners use GNU sed for one-liners, build scripts, packaging scripts, log processing, generated-file edits, substitutions, deletions, selected printing, and in-place changes. Common workflows pass a script directly on the command line, load scripts with -f, read standard input in a pipeline, or combine sed with find, sort, grep, awk, and shell loops.
GNU sed is a package-ecosystem stress test because tiny semantic differences affect thousands of scripts. Options such as -i, -E, -z, --posix, and --sandbox are small command-line details that determine whether a script is portable, GNU-specific, or safer to run on generated input.
Sicherheitslage
broad file, network, media, or database tool signal.
blue Risiko · mittel Konfidenz · tool
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
sed | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://www.gnu.org/software/sed/
Installationsmetadaten
| Paketschlüssel | brew:gnu-sed |
|---|---|
| Version | 4.10 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/gnu-sed |
| Homepage | https://www.gnu.org/software/sed/ |
| Repository | https://git.savannah.gnu.org/cgit/sed.git |
| Upstream-Dokumentation | https://www.gnu.org/software/sed/manual/sed.html |
| Lizenz | GPL-3.0-or-later |
| Quellarchiv | https://ftpmirror.gnu.org/gnu/sed/sed-4.10.tar.xz |
| Zuletzt aktualisiert | 2026-04-22T14:27:47Z |
| Pulse | updated |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
| Einschränkungen | GNU "sed" has been installed as "gsed". If you need to use it as "sed", you can add a "gnubin" directory to your PATH from your bashrc like: PATH="$HOMEBREW_PREFIX/opt/gnu-sed/libexec/gnubin:$PATH" |
Registry-Fakten
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | gnu-sed |
| Aliases |
|
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
sed 4.9-2+deb13u1
GNU stream editor for filtering/transforming text
https://www.gnu.org/software/sed/
sudo apt install sedsed 4.9-2build1
GNU stream editor for filtering/transforming text
https://www.gnu.org/software/sed/
sudo apt install sedsed 4.10-r0
GNU stream editor
https://www.gnu.org/software/sed
sudo apk add sedsed-doc 4.10-r0
GNU stream editor (documentation)
https://www.gnu.org/software/sed
sudo apk add sed-docsed 4.10-1.fc45
A GNU stream text editor
sudo dnf install sedsed 4.10-1
GNU stream editor
https://www.gnu.org/software/sed/
sudo pacman -S sedsed 4.10-1.2
A Stream-Oriented Non-Interactive Text Editor
https://www.gnu.org/software/sed/
sudo zypper install sedsed-lang 4.10-1.2
Translations for package sed
https://www.gnu.org/software/sed/
sudo zypper install sed-langsed
choco install sedmain/sed
scoop install main/sedmbuilov.sed
winget install --id mbuilov.sed -eQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.