Linux command
stew 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Install the latest release of a GitHub project
stew install [junegunn/fzf]
Search GitHub for a project using the TUI
stew search [ripgrep]
Upgrade all installed binaries
stew upgrade --all
说明
stew is a single-binary package manager with zero runtime dependencies for installing compiled binaries from GitHub releases or direct URLs. It supports declarative package management through Stewfiles, version pinning, private repositories, and provides a TUI for searching and browsing GitHub releases.
FAQ
What is the stew command used for?
stew is a single-binary package manager with zero runtime dependencies for installing compiled binaries from GitHub releases or direct URLs. It supports declarative package management through Stewfiles, version pinning, private repositories, and provides a TUI for searching and browsing GitHub releases.
How do I run a basic stew example?
Run `stew install [junegunn/fzf]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
Where can I find more stew examples?
This page includes 3 examples for stew, plus related commands for nearby Linux tasks.