macOS
brew install gnu-sedlocal Homebrew formula metadata
brew
gnu-sed のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install gnu-sedlocal Homebrew formula metadata
sudo apk add sedAlpine Linux edge package indexes · sed · ソース: dl-cdn.alpinelinux.org
sudo dnf install sedFedora Rawhide package metadata · sed · ソース: dl.fedoraproject.org
sudo pacman -S sedArch Linux sync databases · sed · ソース: geo.mirror.pkgbuild.com
sudo zypper install sedopenSUSE Tumbleweed package metadata · sed · ソース: download.opensuse.org
choco install sedChocolatey community package catalog · sed · ソース: community.chocolatey.org
scoop install main/sedScoop official bucket manifest trees · bucket/sed.json · ソース: api.github.com
winget install --id mbuilov.sed -eWindows Package Manager source index · mbuilov.sed · ソース: cdn.winget.microsoft.com
概要
GNU implementation of the famous stream editor
履歴
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.
セキュリティ状態
broad file, network, media, or database tool signal.
リスク blue · 信頼度 中 · tool
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
sed | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://www.gnu.org/software/sed/
インストールメタデータ
| パッケージキー | brew:gnu-sed |
|---|---|
| バージョン | 4.10 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/gnu-sed |
| ホームページ | https://www.gnu.org/software/sed/ |
| リポジトリ | https://git.savannah.gnu.org/cgit/sed.git |
| 上流ドキュメント | https://www.gnu.org/software/sed/manual/sed.html |
| ライセンス | GPL-3.0-or-later |
| ソースアーカイブ | https://ftpmirror.gnu.org/gnu/sed/sed-4.10.tar.xz |
| 最終更新 | 2026-04-22T14:27:47Z |
| Pulse | updated |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
| 注意点 | 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" |
レジストリ情報
| 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 |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
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 -eソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.