# algol68g mit Homebrew, apt, dnf, MacPorts, Nix, pacman, scoop installieren

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

## Installation

```sh
sudo av install brew:algol68g
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install algol68g
```

  Evidenz: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install algol68g
```

  Evidenz: MacPorts ports tree: lang/algol68g/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Debian apt (92%):

```sh
sudo apt install algol68g
```

  Evidenz: Debian stable package indexes: algol68g from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install algol68g
```

  Evidenz: Fedora Rawhide package metadata: algol68g from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#algol68g
```

  Evidenz: nixpkgs package indexes: pkgs/by-name/al/algol68g/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S algol68g
```

  Evidenz: Arch Linux sync databases: algol68g from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

### Windows

- Scoop (92%):

```sh
scoop install main/algol68g
```

  Evidenz: Scoop official bucket manifest trees: bucket/algol68g.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

## Paketfakten

- **Paketschlüssel:** brew:algol68g
- **Paketmanager:** Homebrew
- **Version:** 3.12.3
- **Quellzusammenfassung:** Algol 68 compiler-interpreter
- **Homepage:** <https://algol68genie.nl/en/algol-68-genie/>
- **Zuletzt aktualisiert:** 2026-07-13T18:27:40Z
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- a68g (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 3.12.3
## Projektgeschichte und Nutzung

Algol 68 Genie, invoked as `a68g`, is a maintained interpreter and compiler-interpreter environment for ALGOL 68. It exists as both a practical language implementation and a preservation project for a historically important programming language.

### Projektgeschichte

Marcel van der Veer's official Algol 68 Genie page says development started around 1990, an alpha release was posted in 2001, beta releases followed from 2002, and revision 1.0 dates from September 2002. The project page frames the work as preservation of Algol 68 for educational and scientific-historical use, while still letting users write medium-sized programs.

The official history notes several milestones: revision 1.3 added formatted transput in 2003, revisions 1.6 and 1.7 added the parallel clause and partial parametrization in 2005, version 2.0 arrived in 2010, and version 3.0 arrived in 2021. By 2026, the site described the implementation as essentially feature-complete, with recent releases focused mostly on maintenance and runtime-library additions.

The implementation is written from scratch and is presented as one of the most complete ALGOL 68 implementations. It provides runtime checks, a GDB-style debugger, arbitrary precision arithmetic, and optional partial precompilation on platforms such as Linux and FreeBSD.

### Adoptionsgeschichte

Algol 68 Genie occupies the preservation-and-practice niche rather than a mainstream production niche. Its official page links to precompiled packages for major distributions, and the input facts list packages in Homebrew, Debian, Ubuntu, Fedora, MacPorts, Nix, Arch, and Scoop.

The project has also influenced later compiler work. The official page says Jose Marchesi's `ga68` GCC front-end derives its parser from the hand-coded Algol 68 Genie parser, and that the GCC Steering Committee agreed to include ga68 in trunk as experimental for GCC 16.1.

### Wie es verwendet wird

Users install `a68g` to run ALGOL 68 programs, work through the official Learning Algol 68 Genie material, and experiment with the Revised Report language on modern systems. The official page describes Linux, BSD, and Windows 11 support, with source archives and Windows binaries published from the project site.

For package users, `algol68g` is the practical way to get a maintained ALGOL 68 environment without hunting historical compilers. It is useful for language archaeology, programming-language coursework, Rosetta Code style examples, and testing historical algorithms in a current terminal.

### Warum Paket-Nerds sich dafür interessieren

Algol 68 Genie is significant because package managers make a language-preservation runtime one command away. That keeps ALGOL 68 visible in modern Unix-like environments and makes historical language exploration reproducible.

It is also a reminder that package repositories are not only for current production stacks. They preserve executable culture: old languages, reports, examples, and implementation techniques remain buildable on current machines.

### Zeitleiste

- Around 1990: Development starts.
- 2001: Alpha release posted.
- 2002: Beta releases and revision 1.0.
- 2003: Revision 1.3 introduces formatted transput.
- 2005: Revisions 1.6 and 1.7 add the parallel clause and partial parametrization.
- 2010: Version 2.0 released.
- 2021: Version 3.0 released.
- 2025: ga68 GCC front-end work is announced, deriving parser work from Algol 68 Genie.
- 2026: Version 3.12.2 source archive listed on the official site.

### Related projects

- Related projects include the GNU ga68 front-end for GCC, historical ALGOL 68 implementations, the Software Preservation Group's ALGOL materials, Rosetta Code ALGOL 68 examples, and editor modes for ALGOL 68 syntax.

### Quellen

- <https://algol68genie.nl/en/algol-68-genie-source-code-repository/>
- <https://algol68genie.nl/en/algol-68-genie/>
- source_facts.package-manager


## Sicherheitshinweise

generalized runtime or code generation signal.

- **Geiger-Risiko:** yellow / mittel
- generalized runtime or code generation signal

## Andere Paketmanager-Einträge

- Debian apt - algol68g - 3.1.2-1+b1: normalized package name match | Debian stable package indexes: algol68g from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Implementation of Algol 68 as defined by the Revised Report | https://jmvdveer.home.xs4all.nl/en.algol-68-genie.html
- Nix - algol68g: normalized package name match | nixpkgs package indexes: pkgs/by-name/al/algol68g/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - algol68g - 3.1.2-1: normalized package name match | Ubuntu 24.04 LTS package indexes: algol68g from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Implementation of Algol 68 as defined by the Revised Report | https://jmvdveer.home.xs4all.nl/en.algol-68-genie.html
- dnf - algol68g - 3.12.2-2.fc45: normalized package name match | Fedora Rawhide package metadata: algol68g from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Algol 68 Genie compiler-interpreter | https://jmvdveer.home.xs4all.nl/en.algol-68-genie.html
- pacman - algol68g - 3.12.2-1: normalized package name match | Arch Linux sync databases: algol68g from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Algol 68 compiler and interpreter | https://algol68genie.nl/en/algol-68-genie/
- MacPorts - algol68g: normalized package name match | MacPorts ports tree: lang/algol68g/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - main/algol68g: normalized package name match | Scoop official bucket manifest trees: bucket/algol68g.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/algol68g.yml](https://github.com/mxcl/pkgdb/blob/main/combined/algol68g.yml)


## Quellen

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