# fastjar を Homebrew, apk, apt, MacPorts, Nix, pacman, zypper でインストール

fastjar のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:fastjar
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install fastjar
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install fastjar
```

  証拠: MacPorts ports tree: archivers/fastjar/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add fastjar
```

  証拠: Alpine Linux edge package indexes: fastjar from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install fastjar
```

  証拠: Debian stable package indexes: fastjar from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#fastjar
```

  証拠: nixpkgs package indexes: pkgs/by-name/fa/fastjar/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S fastjar
```

  証拠: Arch Linux sync databases: fastjar from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install fastjar
```

  証拠: openSUSE Tumbleweed package metadata: fastjar from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## パッケージ情報

- **パッケージキー:** brew:fastjar
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/fastjar>
- **バージョン:** 0.98
- **ソース概要:** Implementation of Sun's jar tool
- **ホームページ:** <https://savannah.nongnu.org/projects/fastjar>
- **上流ドキュメント:** <https://savannah.nongnu.org/projects/fastjar>
- **ライセンス:** GPL-2.0-or-later
- **ソースアーカイブ:** <https://download.savannah.nongnu.org/releases/fastjar/fastjar-0.98.tar.gz>
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- fastjar (cli)
- grepjar (cli)
- fastjar (エイリアス)
- grepjar (エイリアス)

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 0.98
- ローカルデータ: OK
- 上流リポジトリ: https://savannah.nongnu.org/projects/fastjar
- 情報: No package-manager update timestamp was available.
- 情報: Release/tag comparison is only available for GitHub repositories.
## プロジェクトの歴史と使われ方

fastjar is a free-software implementation of the Java JAR command, paired with grepjar, that survived as a small Unix package because it let GCC/GNU Java-era systems create and inspect JAR archives without depending on Sun's proprietary toolchain.

### プロジェクトの歴史

The Savannah project page records fastjar as a non-GNU project registered on March 21, 2006, with GPL-2.0-or-later licensing and a CVS source repository. GCC hosted a manual titled Guide to GNU jar utilities, documenting fastjar and grepjar as command-line utilities.

### 採用の歴史

fastjar's adoption has been historical and distribution-driven rather than community-growth driven. It appears in Unix package managers as a compatibility tool for older Java/GNU Classpath and GCC Java workflows, while modern Java installations generally provide jar through the JDK.

### 使われ方

The GCC manual describes fastjar as the tool to invoke for JAR archive operations and grepjar as the companion search utility. In practice it is installed when a small, standalone jar-compatible command is needed in old build recipes or minimal packaging environments.

### パッケージ好きにとっての重要性

Package maintainers care about fastjar mostly as fossil infrastructure: it is a reminder of the period when free Java tooling had to replace proprietary pieces one command at a time, and it remains packaged because old build graphs sometimes still name fastjar explicitly.

### タイムライン

- 2006: fastjar project registered on Savannah.
- 2006: GCC 4.0-era online docs published the fastjar and grepjar manual.
- 2026: Homebrew still packages fastjar 0.98 as an implementation of Sun's jar tool.

### Related projects

- Sun/Oracle jar is the tool fastjar implements.
- grepjar is shipped and documented as fastjar's companion utility.
- GNU Classpath and GCC Java-era packaging are the ecosystem context in which fastjar mattered most.

### ソース

- <https://savannah.nongnu.org/projects/fastjar>
- <https://gcc.gnu.org/onlinedocs/gcc-4.0.4/fastjar>
- <https://formulae.brew.sh/formula/fastjar>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** fastjar
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## 他のパッケージマネージャ記録

- Debian apt - fastjar - 2:0.98-7: normalized package name match | Debian stable package indexes: fastjar from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Jar creation utility
- Nix - fastjar: normalized package name match | nixpkgs package indexes: pkgs/by-name/fa/fastjar/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - fastjar - 2:0.98-7: normalized package name match | Ubuntu 24.04 LTS package indexes: fastjar from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Jar creation utility
- apk - fastjar - 0.98-r5: normalized package name match | Alpine Linux edge package indexes: fastjar from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | A fast implementation of Java Archiver | http://savannah.nongnu.org/projects/fastjar
- apk - fastjar-doc - 0.98-r5: normalized package name match | Alpine Linux edge package indexes: fastjar-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | A fast implementation of Java Archiver (documentation) | http://savannah.nongnu.org/projects/fastjar
- pacman - fastjar - 0.98-7: normalized package name match | Arch Linux sync databases: fastjar from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Sun java jar compatible archiver | https://savannah.nongnu.org/projects/fastjar
- zypper - fastjar - 0.98-28.5: normalized package name match | openSUSE Tumbleweed package metadata: fastjar from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Java package archiver | https://savannah.nongnu.org/projects/fastjar/
- MacPorts - fastjar: normalized package name match | MacPorts ports tree: archivers/fastjar/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## 関連リンク

- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/ja/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Archive and compression packages](https://pkg.so/ja/archive-compression-tools/) - Matched archive or compression metadata.
- [Developer build packages](https://pkg.so/ja/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [maven](https://pkg.so/ja/brew/maven/) - Shares pkgdb curated category or tags: cli, developer-tools, java.
- [proguard](https://pkg.so/ja/brew/proguard/) - Shares pkgdb curated category or tags: cli, developer-tools, java.
- [aspectj](https://pkg.so/ja/brew/aspectj/) - Shares pkgdb curated category or tags: cli, developer-tools, java.
- [maven-shell](https://pkg.so/ja/brew/maven-shell/) - Shares pkgdb curated category or tags: cli, developer-tools, java.
- [tiny-remapper](https://pkg.so/ja/brew/tiny-remapper/) - Shares pkgdb curated category or tags: cli, developer-tools, jar, java.
- [gradle](https://pkg.so/ja/brew/gradle/) - Shares pkgdb curated category or tags: cli, developer-tools, java.
- [jenv](https://pkg.so/ja/brew/jenv/) - Shares pkgdb curated category or tags: cli, developer-tools, java.
- [ant](https://pkg.so/ja/brew/ant/) - Shares pkgdb curated category or tags: cli, developer-tools, java.

## Combined YAML source

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


## ソース

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