Automic VaultAutomic Vault

brew

bison mit Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper, scoop installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für bison in AI-Agent-Workflows.

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install bison

local Homebrew formula metadata

MacPortsverifiziert · 94%
sudo port install bison

MacPorts ports tree · devel/bison/Portfile · Quelle: api.github.com

Linux

Alpine Linux apkverifiziert · 92%
sudo apk add bison

Alpine Linux edge package indexes · bison · Quelle: dl-cdn.alpinelinux.org

Debian aptverifiziert · 92%
sudo apt install bison

Debian stable package indexes · bison · Quelle: deb.debian.org

Fedora dnfverifiziert · 92%
sudo dnf install bison

Fedora Rawhide package metadata · bison · Quelle: dl.fedoraproject.org

Nixverifiziert · 92%
nix profile install nixpkgs#bison

nixpkgs package indexes · pkgs/by-name/bi/bison/package.nix · Quelle: api.github.com

Arch Linux pacmanverifiziert · 92%
sudo pacman -S bison

Arch Linux sync databases · bison · Quelle: geo.mirror.pkgbuild.com

openSUSE zypperverifiziert · 92%
sudo zypper install bison

openSUSE Tumbleweed package metadata · bison · Quelle: download.opensuse.org

Windows

Scoopverifiziert · 92%
scoop install main/bison

Scoop official bucket manifest trees · bucket/bison.json · Quelle: api.github.com

Überblick

Paketzusammenfassung

Parser generator

Befehle und Aliase

  • bison
  • yacc

Verlauf

Projektgeschichte und Nutzung

GNU Bison is GNU's parser generator: a source-compatible successor to the classic Unix yacc workflow that reads a grammar and produces parser code. In package-manager culture it is one of the canonical build-time tools that appears quietly in dependency graphs for compilers, shells, interpreters, database tools, and other software with real grammars.

Projektgeschichte

Bison began as a GNU replacement for yacc, the parser generator associated with early Unix compiler construction. The GNU manual credits Robert Corbett's public-domain parser generator as the starting point and Richard Stallman with making it into Bison, with later development by GNU maintainers including Wilfred Hansen, Tom Tromey, Akim Demaille, Paul Eggert, and others.

The project kept yacc compatibility as a central design goal while adding GNU extensions, better diagnostics, multiple parser skeletons, GLR parsing support, internationalized diagnostics, and support for modern C and C++ parser workflows. That combination made it both a historical compatibility tool and an actively maintained compiler-construction utility.

Adoptionsgeschichte

Bison was adopted because it let free software projects build yacc-style parsers without relying on proprietary Unix yacc implementations. Autoconf-era source packages commonly checked for bison or yacc, and many distributions install Bison as part of their developer-tool stack.

The package metadata in this batch shows Bison available through Homebrew, Debian, Ubuntu, Fedora, Arch, Alpine, MacPorts, Nix, Scoop, and openSUSE. That breadth reflects its role as infrastructure: many users never invoke bison directly, but their package builds do.

Wie es verwendet wird

Bison is usually run during a build or release process: a maintainer writes a grammar file, Bison generates parser source, and the generated code is compiled into the consuming program. It is also installed as yacc on some systems or used through a yacc-compatible wrapper for software that expects the historical command name.

Its common neighbors are Flex or lex for tokenization, Autotools for build orchestration, and compilers such as GCC or Clang for the generated parser code. Packagers care about whether projects ship generated parsers in release tarballs or require Bison at build time.

Warum Paket-Nerds sich dafür interessieren

Bison is package-nerd bedrock because it explains a surprisingly large class of build failures: wrong Bison version, missing yacc compatibility, regenerated parser files changing generated C, or release tarballs that assume maintainers have GNU parser tools installed.

It is also a living link between early Unix language tooling and modern reproducible builds. A package can depend on it for one generated file, but that file may define the grammar of a shell, language, configuration format, or SQL dialect.

Zeitleiste

  • 1970s: yacc establishes the parser-generator workflow in Unix compiler tooling.
  • 1980s: GNU Bison is created as a free yacc-compatible parser generator based on Robert Corbett's public-domain work and GNU development.
  • 1990s-2000s: Bison becomes a routine dependency in Autotools-based free software builds.
  • 2000s-2010s: Bison adds modern parser features such as stronger diagnostics, C++ support, and GLR parsing.
  • 2020s: Bison remains packaged across Unix-like distributions and Homebrew as a core compiler-construction tool.

Related projects

  • yacc is the historical Unix parser generator whose interface Bison intentionally follows.
  • Berkeley Yacc and byacc are alternative yacc-compatible parser generators.
  • Flex and lex are the usual scanner-generator companions to Bison grammars.
  • Autoconf and Automake often discover or invoke Bison in source-package build systems.

Sicherheitslage

Risikostufe: grün

narrow executable package without higher-risk signals.

Risikoklassifikator

grün Risiko · niedrig Konfidenz · appliance

Warum

  • narrow executable package without higher-risk signals

Signale

  • metadata:no-higher-risk-signals

Installationsverhalten

  • In den Formelmetadaten ist kein Homebrew-Post-install-Hook erfasst.
  • Homebrew-Bottle-Metadaten sind für 13 Plattformziele verfügbar.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
bisoncliglobales Executable
yacccliglobales Executable

Aktualität

Version und 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.

Seite generiert2026-07-10
Manager-Version3.8.2
Manager aktualisiert2026-06-13
lokale DatenOK
Upstreamnot checked
neueste erkannte Versionnicht erkannt

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

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:bison
Version3.8.2
PaketmanagerHomebrew
Paketmanager-Seitehttps://formulae.brew.sh/formula/bison
Homepagehttps://www.gnu.org/software/bison/
Repositoryhttps://git.savannah.gnu.org/git/bison.git
Upstream-Dokumentationhttps://www.gnu.org/software/bison
LizenzGPL-3.0-or-later
Quellarchivhttps://ftpmirror.gnu.org/gnu/bison/bison-3.8.2.tar.xz
Zuletzt aktualisiert2026-06-13T01:03:19+02:00
Pulseupdated
Von macOS bereitgestellte Bibliothekenm4
Bottleverfügbar (auf arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura, x86_64_linux)
Homebrew post-installnicht definiert
Dienstkeiner deklariert

Registry-Fakten

Details aus der Quelldatenbank

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namebison
Aliases
  • bison@3.8
Version Scheme1
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyyes
URL Keys
  • stable

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

Debian apt95%

bison 2:3.8.2+dfsg-1+b2

YACC-compatible parser generator

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

sudo apt install bison
  • Section: devel
  • Architecture: amd64
  • Source Package: bison
  • 2 Abhängigkeiten
  • 1 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Bison
Debian stable package indexes · deb.debian.org · Debian stable package indexes: bison from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

bison++ 1.21.11-5+b1

Generate a parser in c or c++ from BNF notation

sudo apt install bison++
  • Section: devel
  • Architecture: amd64
  • Source Package: bison++
  • 3 Abhängigkeiten
  • 2 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Bison
Debian stable package indexes · deb.debian.org · Debian stable package indexes: bison++ from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libbison-dev 2:3.8.2+dfsg-1+b2

YACC-compatible parser generator - development library

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

sudo apt install libbison-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: bison
  • 1 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Bison
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libbison-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

bison

nix profile install nixpkgs#bison
  • normalized package name match
  • Abgeglichen nach: Bison
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/bi/bison/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

bison 2:3.8.2+dfsg-1build2

YACC-compatible parser generator

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

sudo apt install bison
  • Section: devel
  • Architecture: amd64
  • 2 Abhängigkeiten
  • 1 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Bison
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: bison from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

bison++ 1.21.11-5

Generate a parser in c or c++ from BNF notation

sudo apt install bison++
  • Section: universe/devel
  • Architecture: amd64
  • 3 Abhängigkeiten
  • 2 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Bison
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: bison++ from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libbison-dev 2:3.8.2+dfsg-1build2

YACC-compatible parser generator - development library

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

sudo apt install libbison-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: bison
  • 1 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Bison
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libbison-dev from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
apk95%

bison 3.8.2-r3

The GNU general-purpose parser generator

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

sudo apk add bison
  • License: GPL-3.0-or-later
  • Architecture: x86_64
  • Source Package: bison
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Bison
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: bison from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

bison-doc 3.8.2-r3

The GNU general-purpose parser generator (documentation)

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

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

bison 3.8.2-15.fc44

GNU general-purpose parser generator

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

sudo dnf install bison
  • License: GPL-3.0-or-later AND GPL-3.0-or-later WITH Autoconf-exception-generic-3.0 AND GPL-3.0-or-later WITH Bison-exception-2.2 AND GPL-2.0-or-later AND
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: bison
  • 3 Abhängigkeiten
  • 2 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Bison
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: bison from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

bison-devel 3.8.2-15.fc44

-ly library for development using Bison-generated parsers

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

sudo dnf install bison-devel
  • License: GPL-3.0-or-later AND GPL-3.0-or-later WITH Autoconf-exception-generic-3.0 AND GPL-3.0-or-later WITH Bison-exception-2.2 AND GPL-2.0-or-later AND
  • Category: Unspecified
  • Architecture: i686
  • Source Package: bison
  • 2 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Bison
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: bison-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

bison-runtime 3.8.2-15.fc44

Runtime support files used by Bison-generated parsers

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

sudo dnf install bison-runtime
  • License: GPL-3.0-or-later AND GPL-3.0-or-later WITH Autoconf-exception-generic-3.0 AND GPL-3.0-or-later WITH Bison-exception-2.2 AND GPL-2.0-or-later AND
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: bison
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Bison
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: bison-runtime from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

bison 3.8.2-8

The GNU general-purpose parser generator

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

sudo pacman -S bison
  • License: GPL-3.0-or-later
  • Architecture: x86_64
  • 4 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Bison
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: bison from https://geo.mirror.pkgbuild.com/core/os/x86_64/core.db.tar.gz
zypper95%

bison 3.8.2-3.12

The GNU Parser Generator

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

sudo zypper install bison
  • License: GPL-3.0-or-later
  • Category: Development/Languages/C and C++
  • Architecture: x86_64
  • Source Package: bison
  • 3 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Bison
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: bison from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

bison-32bit 3.8.2-3.12

The GNU Parser Generator

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

sudo zypper install bison-32bit
  • License: GPL-3.0-or-later
  • Category: Development/Languages/C and C++
  • Architecture: x86_64
  • Source Package: bison
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Bison
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: bison-32bit from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

bison-lang 3.8.2-3.12

Translations for package bison

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

sudo zypper install bison-lang
  • License: GPL-3.0-or-later
  • Category: System/Localization
  • Architecture: noarch
  • Source Package: bison
  • 1 Abhängigkeiten
  • 3 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Bison
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: bison-lang from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment