pkg.soopen package index

brew / 排名 924

使用 Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper, scoop 安装 bc

查看 bc 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install bc

local Homebrew formula metadata

MacPorts已验证 · 94%
sudo port install bc

MacPorts ports tree · math/bc/Portfile · 来源: api.github.com

Linux

Alpine Linux apk已验证 · 92%
sudo apk add bc

Alpine Linux edge package indexes · bc · 来源: dl-cdn.alpinelinux.org

Debian apt已验证 · 92%
sudo apt install bc

Debian stable package indexes · bc · 来源: deb.debian.org

Fedora dnf已验证 · 92%
sudo dnf install bc

Fedora Rawhide package metadata · bc · 来源: dl.fedoraproject.org

Nix已验证 · 92%
nix profile install nixpkgs#bc

nixpkgs package indexes · pkgs/by-name/bc/bc/package.nix · 来源: api.github.com

Arch Linux pacman已验证 · 92%
sudo pacman -S bc

Arch Linux sync databases · bc · 来源: geo.mirror.pkgbuild.com

openSUSE zypper已验证 · 92%
sudo zypper install bc

openSUSE Tumbleweed package metadata · bc · 来源: download.opensuse.org

Windows

Scoop已验证 · 92%
scoop install main/bc

Scoop official bucket manifest trees · bucket/bc.json · 来源: api.github.com

概览

软件包摘要

Arbitrary precision numeric processing language

命令和别名

  • bc
  • dc

历史

项目历史与用法

bc is the Unix arbitrary-precision calculator language: small enough to be a command-line calculator, but old and standard enough to appear in scripts, POSIX systems, and package-manager bootstrap sets. GNU bc packages both bc and dc, preserving the classic infix calculator and reverse-polish desk-calculator pairing.

项目历史

The bc language predates GNU bc as a Unix utility for arbitrary-precision arithmetic. POSIX standardizes bc as an arbitrary-precision arithmetic language with an interactive mode, file operands, and the -l math-library option.

GNU bc is the GNU implementation of that utility family. Its documentation describes bc as an arbitrary-precision numeric processing language and ships dc alongside it, keeping the historical relationship between the higher-level bc language and the lower-level desk calculator.

采用历史

bc became a portable denominator for shell arithmetic that exceeded the shell's integer facilities or needed decimal scale control. Because POSIX specifies it, distribution packages for bc are common across Unix-like systems, and Homebrew, Debian, Fedora, Arch, Nix, MacPorts, Alpine, and others all carry it.

The GNU package matters especially on systems where the base OS does not include GNU userland behavior by default, such as macOS, and in minimal containers where explicit installation keeps scripts reproducible.

使用方式

Typical command-line use pipes expressions into bc, invokes bc -l for math functions and a nonzero default scale, or runs bc interactively as a tiny programmable calculator. Scripts use it for decimal arithmetic, base conversion, and calculations where shell integer arithmetic is not enough.

The paired dc executable serves users who prefer reverse-polish notation or need the older stack-calculator language.

为什么软件包爱好者会关心

bc is a package-nerd fossil with live production value: it is tiny, standardized, scriptable, and still frequently pulled into build images because some old configure script, packaging helper, or shell one-liner expects it.

It sits at an interesting boundary between core utility and optional package. On one machine it is part of the assumed Unix furniture; on another it is the missing dependency that breaks a build with a calculator-shaped hole.

时间线

  • POSIX Issue 7: bc specified as an arbitrary-precision arithmetic language with -l math-library behavior.
  • GNU era: GNU bc maintained as the GNU implementation of bc and dc.
  • 2020s: bc remains packaged across major Unix-like package managers and used in scripts and build environments.

Related projects

  • dc is the older desk-calculator companion shipped by GNU bc.
  • POSIX sh arithmetic, awk, Python, and calculator-oriented tools overlap with common bc use cases, but bc remains the small standardized CLI option.
  • GNU core-style packaging and Unix userland distributions are the main adoption context.

安全态势

风险级别:绿色

narrow executable package without higher-risk signals.

风险分类器

绿色 风险 · 低 置信度 · appliance

原因

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

安装行为

  • 未记录 Homebrew bottle 元数据。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

可执行文件

已安装的可执行文件

命令类型暴露范围备注
bc可执行文件已索引可执行文件从本地可执行文件索引发现。
dc可执行文件已索引可执行文件从本地可执行文件索引发现。

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-08-03
管理器版本1.08.2
管理器更新时间
本地数据未知
上游不可用
检测到的最新版本未检测到
  • OK没有生成新鲜度警告。

安装元数据

软件包元数据

软件包键brew:bc
版本1.08.2
软件包管理器Homebrew
主页https://www.gnu.org/software/bc/
Bottle未记录
服务未声明

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Debian apt95%

bc 1.07.1-4

GNU bc arbitrary precision calculator language

https://www.gnu.org/software/bc/

sudo apt install bc
  • Section: math
  • Architecture: amd64
  • 2 依赖
  • normalized package name match
  • 匹配方式:Bc
Debian stable package indexes · deb.debian.org · Debian stable package indexes: bc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

dc 1.07.1-4

GNU dc arbitrary precision reverse-polish calculator

https://www.gnu.org/software/bc/

sudo apt install dc
  • Section: math
  • Architecture: amd64
  • Source Package: bc
  • 1 依赖
  • normalized package name match
  • 匹配方式:Bc
Debian stable package indexes · deb.debian.org · Debian stable package indexes: dc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

bc

nix profile install nixpkgs#bc
  • normalized package name match
  • 匹配方式:Bc
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/bc/bc/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

bc 1.07.1-3ubuntu4

GNU bc arbitrary precision calculator language

https://www.gnu.org/software/bc/

sudo apt install bc
  • Section: math
  • Architecture: amd64
  • 2 依赖
  • normalized package name match
  • 匹配方式:Bc
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: bc from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

dc 1.07.1-3ubuntu4

GNU dc arbitrary precision reverse-polish calculator

https://www.gnu.org/software/bc/

sudo apt install dc
  • Section: math
  • Architecture: amd64
  • Source Package: bc
  • 1 依赖
  • normalized package name match
  • 匹配方式:Bc
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: dc from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
apk95%

bc 1.08.2-r1

Arbitrary precision numeric processing language (calculator)

https://www.gnu.org/software/bc/bc.html

sudo apk add bc
  • License: GPL-3.0-or-later
  • Architecture: x86_64
  • Source Package: bc
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Bc
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: bc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

bc-doc 1.08.2-r1

Arbitrary precision numeric processing language (calculator) (documentation)

https://www.gnu.org/software/bc/bc.html

sudo apk add bc-doc
  • License: GPL-3.0-or-later
  • Architecture: x86_64
  • Source Package: bc
  • normalized package name match
  • 匹配方式:Bc
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: bc-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
dnf95%

bc 1.08.2-5.fc45

GNU's bc (a numeric processing language) and dc (a calculator)

https://www.gnu.org/software/bc/

sudo dnf install bc
  • License: GPL-3.0-or-later
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: bc
  • 3 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Bc
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: bc from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst
pacman95%

bc 1.08.2-1

An arbitrary precision calculator language

https://www.gnu.org/software/bc/

sudo pacman -S bc
  • License: GPL-3.0-only
  • Architecture: x86_64
  • 1 依赖
  • normalized package name match
  • 匹配方式:Bc
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: bc from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

bc 1.08.2-1.6

GNU Command Line Calculator

https://www.gnu.org/software/bc/

sudo zypper install bc
  • License: GFDL-1.2-or-later AND GPL-3.0-or-later
  • Category: Productivity/Scientific/Math
  • Architecture: x86_64
  • Source Package: bc
  • 2 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Bc
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: bc from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst
MacPorts95%

bc

sudo port install bc
  • normalized package name match
  • 匹配方式:Bc
MacPorts ports tree · api.github.com · MacPorts ports tree: math/bc/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Scoop95%

main/bc

scoop install main/bc
  • normalized package name match
  • 匹配方式:Bc
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/bc.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

Combined YAML source

View the package source record on GitHub.

combined/bc.yml

使用的来源

  • Geiger risk classifier
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • pkg.so package database
  • pkgdb category and tag curation