# 使用 Homebrew, apt, dnf, MacPorts, Nix, pacman, scoop 安装 algol68g

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

## 安装

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

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install algol68g
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install algol68g
```

  证据: 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
```

  证据: 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
```

  证据: 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
```

  证据: 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
```

  证据: 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
```

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

## 软件包事实

- **软件包键:** brew:algol68g
- **软件包管理器:** Homebrew
- **版本:** 3.12.3
- **来源摘要:** Algol 68 compiler-interpreter
- **主页:** <https://algol68genie.nl/en/algol-68-genie/>
- **最后更新:** 2026-07-13T18:27:40Z
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- a68g (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 3.12.3
## 项目历史与用法

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.

### 项目历史

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.

### 采用历史

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.

### 使用方式

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.

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

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.

### 时间线

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

### 来源

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


## 安全说明

generalized runtime or code generation signal.

- **Geiger 风险:** yellow / 中
- generalized runtime or code generation signal

## 其他软件包管理器记录

- 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)


## 来源

- 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
