macOS
brew install rbenvlocal Homebrew formula metadata
sudo port install rbenvMacPorts ports tree · ruby/rbenv/Portfile · Quelle: api.github.com
brew / Rang 358
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für rbenv in AI-Agent-Workflows.
Installation
brew install rbenvlocal Homebrew formula metadata
sudo port install rbenvMacPorts ports tree · ruby/rbenv/Portfile · Quelle: api.github.com
sudo apt install rbenvDebian stable package indexes · rbenv · Quelle: deb.debian.org
sudo dnf install rbenvFedora Rawhide package metadata · rbenv · Quelle: dl.fedoraproject.org
nix profile install nixpkgs#rbenvnixpkgs package indexes · pkgs/by-name/rb/rbenv/package.nix · Quelle: api.github.com
sudo pacman -S rbenvArch Linux sync databases · rbenv · Quelle: geo.mirror.pkgbuild.com
sudo zypper install rbenvopenSUSE Tumbleweed package metadata · rbenv · Quelle: download.opensuse.org
Überblick
Ruby version manager
Verlauf
rbenv is a Unix-like Ruby version manager that selects a Ruby through PATH shims and project or user version files while leaving Ruby installation to plugins such as ruby-build.
rbenv was created as a simple mechanism for selecting Ruby versions per project. It prepends shims to PATH, resolves the requested version from environment or version files, and delegates actual Ruby installation to tools such as the separately maintained ruby-build plugin.
Version 0.4.0 changed the preferred project file from `.rbenv-version` to the cross-tool `.ruby-version` name. Version 1.0.0 characterized the project as a robust Unix-methodology tool and expanded plugin hooks and shell support.
rbenv became a prominent lightweight alternative in the Ruby version-manager ecosystem. Its official installation guide recommends package-manager installation where available, while the supplied metadata records packages for Homebrew, Debian, Ubuntu, Fedora/DNF, Arch, MacPorts, Nix, and openSUSE.
Its Bash plugin interface fostered an ecosystem including ruby-build, rbenv-aliases, rbenv-binstubs, and rbenv-bundler. The rbenv maintainers describe it as having inspired forks for other programming languages and software environments.
Users normally install Ruby versions with ruby-build, choose a machine-wide default with `rbenv global`, and write a project-specific `.ruby-version` with `rbenv local`. `RBENV_VERSION` or `rbenv shell` can override file-based selection.
The user-wide default is stored in `~/.rbenv/version`; project selection is stored in `.ruby-version`. Installed Rubies and shims normally live beneath `~/.rbenv`, configurable through `RBENV_ROOT`.
rbenv exemplifies the Unix-style version-manager design: a small shim dispatcher, plain-text version files, environment variables, and separately packaged plugins. This contrasts with managers that combine runtime compilation, gemsets, and shell management in one tool.
The `.ruby-version` convention became useful beyond rbenv because multiple Ruby version managers can consume it. That portability makes the file part of the practical interface between projects, developers, CI systems, and package tooling.
Sicherheitslage
infrastructure mutation or orchestration signal.
orange Risiko · mittel Konfidenz · infrastructure
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
.ruby-versionExecutables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
rbenv | 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://github.com/rbenv/rbenv
Installationsmetadaten
| Paketschlüssel | brew:rbenv |
|---|---|
| Version | 1.3.2 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/rbenv |
| Homepage | https://rbenv.org |
| Repository | https://github.com/rbenv/rbenv |
| Upstream-Dokumentation | https://rbenv.org |
| Lizenz | MIT |
| Quellarchiv | https://github.com/rbenv/rbenv/archive/refs/tags/v1.3.2.tar.gz |
| Abhängigkeiten | ruby-build |
| Bottle | verfügbar (auf all) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | rbenv |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| 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.
rbenv 1.1.2-2
simple per-user Ruby version manager
https://github.com/sstephenson/rbenv
sudo apt install rbenvrbenv
nix profile install nixpkgs#rbenvrbenv 1.1.2-1
simple per-user Ruby version manager
https://github.com/sstephenson/rbenv
sudo apt install rbenvrbenv 1.3.2-5.fc45
Manage your app's Ruby environment
https://github.com/rbenv/rbenv
sudo dnf install rbenvrbenv 1.3.2-2
Manage your app's Ruby environment
https://github.com/rbenv/rbenv
sudo pacman -S rbenvrbenv 1.3.2-1.4
Simple Ruby version Management
https://github.com/rbenv/rbenv
sudo zypper install rbenvrbenv-bash-completion 1.3.2-1.4
Bash completion for rbenv
https://github.com/rbenv/rbenv
sudo zypper install rbenv-bash-completionrbenv-zsh-completion 1.3.2-1.4
ZSH completion for rbenv
https://github.com/rbenv/rbenv
sudo zypper install rbenv-zsh-completionrbenv
sudo port install rbenvQuellspur
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.