Download and install pre-built binary packages from the GitHub release repository. Checks for existing installations to avoid duplicates and handles platform-specific package selection automatically.
Network proxy support (priority high to low):
--proxyargument- Environment variables:
ALL_PROXY,HTTP_PROXY,all_proxy,http_proxy
Examples:
-
Install a single package:
cbp install zlib -
Install multiple packages:
cbp install zlib bzip2 -
Install fonts:
cbp install -t font arial -
Use proxy:
cbp install --proxy socks5://127.0.0.1:7890 zlib