bpkg
Verified for current stable LTS
Bpkg Command: Install Specific Package Version Globally
Use for install specific package version globally with Bpkg. Exact CLI syntax to install specific package version globally using Bpkg.
When to use this: Use for install specific package version globally with Bpkg.
Command Syntax
bpkg install <package>@<version> -g bpkg install <package>@<version> -g Command Breakdown
-g- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to install specific package version globally using Bpkg.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Bpkg Command: Update Local Index
bpkg update Bpkg Command: Install Package Globally bpkg install --global <package> Bpkg Command: Install Package Subdirectory bpkg install <package> Bpkg Command: Show Package Details bpkg show <package> Bpkg Command: Run Command With Arguments bpkg run <command> <argument1 argument2 ...>