Automic VaultAutomic Vault

brew

jpeginfo を Homebrew, apt, dnf, MacPorts, Nix, zypper でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install jpeginfo

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install jpeginfo

MacPorts ports tree · multimedia/jpeginfo/Portfile · ソース: api.github.com

Linux

Debian apt確認済み · 92%
sudo apt install jpeginfo

Debian stable package indexes · jpeginfo · ソース: deb.debian.org

Fedora dnf確認済み · 92%
sudo dnf install jpeginfo

Fedora Rawhide package metadata · jpeginfo · ソース: dl.fedoraproject.org

Nix確認済み · 92%
nix profile install nixpkgs#jpeginfo

nixpkgs package indexes · pkgs/by-name/jp/jpeginfo/package.nix · ソース: api.github.com

openSUSE zypper確認済み · 92%
sudo zypper install jpeginfo

openSUSE Tumbleweed package metadata · jpeginfo · ソース: download.opensuse.org

概要

パッケージ概要

Prints information and tests integrity of JPEG/JFIF files

コマンドとエイリアス

  • jpeginfo

履歴

プロジェクトの歴史と使われ方

jpeginfo is Timo Kokkonen's small Unix-style utility for listing JPEG/JFIF metadata and checking file integrity. Its project page describes it as a tool for informative JPEG listings, error checks, and optional deletion of broken JPEG files.

プロジェクトの歴史

The README records copyright years starting in 1995 and lists v1.0 as the first public release. The program was built on IJG libjpeg and kept the style of traditional command-line inspection tools: one binary, option flags, report columns, and exit codes suitable for shell scripts.

Later releases added checksum support, GNU autoconf configuration, comment and Exif recognition, CSV and JSON output, stdin support, and stronger digest options. GitHub releases in January and October 2023 document the modern 1.6 and 1.7 series.

採用の歴史

jpeginfo appears in Unix package collections as a companion to image-processing pipelines, especially where maintainers need a lightweight integrity checker rather than a full image editor. Its availability through Homebrew, Debian, Fedora, MacPorts, Nix, Ubuntu, and openSUSE reflects that quiet utility role.

使われ方

Typical use is batch inspection of JPEG dimensions, markers, progressive/non-progressive status, comments, and optional checksum columns. The `--check` mode makes it useful in scripts that reject damaged uploads or clean photo archives.

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

jpeginfo is package-nerd useful because it exposes low-level JPEG facts without dragging in a heavyweight graphics stack. It pairs naturally with `jpegoptim`: one tool checks and reports, the other rewrites and compresses.

タイムライン

  • 1995: Copyright period begins in the upstream README.
  • v1.0: First public release, as listed in the upstream history.
  • 2023-01-08: v1.6.2 added SHA-256 digest support and improved Win32 support.
  • 2023-01-16: v1.7.0 added CSV output, JSON output, stdin support, headers, and SHA-512 support.
  • 2023-10-29: v1.7.1 added `--files-from` and `--files-stdin`.

Related projects

  • Related projects include IJG libjpeg, libjpeg-turbo, mozjpeg, and jpegoptim.

セキュリティ状態

リスクレベル: グリーン

narrow executable package without higher-risk signals.

リスク分類器

リスク グリーン · 信頼度 低 · appliance

理由

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 10 個のプラットフォームターゲットで利用できます。
  • 1 件の実行時依存関係とともにインストールされます。
  • ビルドメタデータには 1 件のビルド依存関係があります。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
jpeginfocliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-26
マネージャ版1.7.1
マネージャ更新日
ローカルデータOK
上流not checked
検出された最新未検出

https://www.kokkonen.net/tjko/projects.html

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:jpeginfo
バージョン1.7.1
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/jpeginfo
ホームページhttps://www.kokkonen.net/tjko/projects.html
リポジトリhttps://github.com/tjko/jpeginfo
上流ドキュメントhttps://github.com/tjko/jpeginfo#readme
ライセンスGPL-3.0-or-later
ソースアーカイブhttps://www.kokkonen.net/tjko/src/jpeginfo-1.7.1.tar.gz
依存関係jpeg-turbo
ビルド依存関係autoconf
Bottle利用可能 (対象 arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, monterey, sonoma, ventura, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namejpeginfo
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

ソースデータベース一致

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

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Debian apt95%

jpeginfo 1.7.1+dfsg-1

Prints information and tests integrity of JPEG/JFIF files

https://www.kokkonen.net/tjko/projects.html

sudo apt install jpeginfo
  • Section: graphics
  • Architecture: amd64
  • 2 依存関係
  • normalized package name match
  • 一致条件: Jpeginfo
Debian stable package indexes · deb.debian.org · Debian stable package indexes: jpeginfo from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

jpeginfo

nix profile install nixpkgs#jpeginfo
  • normalized package name match
  • 一致条件: Jpeginfo
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/jp/jpeginfo/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

jpeginfo 1.7.1+dfsg-1build1

Prints information and tests integrity of JPEG/JFIF files

https://www.kokkonen.net/tjko/projects.html

sudo apt install jpeginfo
  • Section: universe/graphics
  • Architecture: amd64
  • 2 依存関係
  • normalized package name match
  • 一致条件: Jpeginfo
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: jpeginfo from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
dnf95%

jpeginfo 1.7.1-8.fc44

Error-check and generate informative listings from JPEG files

http://www.kokkonen.net/tjko/projects.html

sudo dnf install jpeginfo
  • License: GPL-3.0-or-later
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: jpeginfo
  • 3 依存関係
  • 2 提供
  • normalized package name match
  • 一致条件: Jpeginfo
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: jpeginfo from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
zypper95%

jpeginfo 1.7.1-1.2

Generate informative listings from JPEG files and check them for errors

https://github.com/tjko/jpeginfo

sudo zypper install jpeginfo
  • License: GPL-3.0-or-later
  • Category: Productivity/Graphics/Other
  • Architecture: x86_64
  • Source Package: jpeginfo
  • 2 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Jpeginfo
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: jpeginfo from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

jpeginfo

sudo port install jpeginfo
  • normalized package name match
  • 一致条件: Jpeginfo
MacPorts ports tree · api.github.com · MacPorts ports tree: multimedia/jpeginfo/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • 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