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

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

## インストール

```sh
sudo av install brew:ghex
```

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

### macOS

- Homebrew (100%):

```sh
brew install ghex
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install ghex
```

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

### Linux

- apk (92%):

```sh
sudo apk add ghex
```

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

- Debian apt (92%):

```sh
sudo apt install ghex
```

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

- dnf (92%):

```sh
sudo dnf install ghex
```

  証拠: Fedora Rawhide package metadata: ghex from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#ghex
```

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

- pacman (92%):

```sh
sudo pacman -S ghex
```

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

- zypper (92%):

```sh
sudo zypper install ghex
```

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

## パッケージ情報

- **パッケージキー:** brew:ghex
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/ghex>
- **バージョン:** 50.2
- **ソース概要:** GNOME hex editor
- **ホームページ:** <https://wiki.gnome.org/Apps/Ghex>
- **上流ドキュメント:** <https://wiki.gnome.org/Apps/Ghex>
- **ライセンス:** GPL-2.0-or-later
- **ソースアーカイブ:** <https://download.gnome.org/sources/ghex/50/ghex-50.2.tar.xz>
- **最終更新:** 2026-08-04T13:11:23+01:00
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- ghex (cli)
- ghex (エイリアス)

## 依存関係

- cairo
- gettext
- glib
- gtk4
- hicolor-icon-theme
- libadwaita
- pango

## ビルド依存関係

- desktop-file-utils
- gettext
- itstool
- meson
- ninja
- pkgconf

## インストール挙動

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

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 50.2
- マネージャ更新日: 2026-08-04
- ローカルデータ: OK
- 上流リポジトリ: https://wiki.gnome.org/Apps/Ghex
- 情報: Release/tag comparison is only available for GitHub repositories.
## プロジェクトの歴史と使われ方

GHex is GNOME's graphical hex editor, used for inspecting and editing raw binary data with paired hexadecimal and ASCII views.

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

The GNOME repository README names Jaka Mocnik as the original author and notes that the project has been maintained by various individuals under the GPLv2-or-later license. The DOAP metadata describes it as a GNOME application written in C, with source, issues, and releases hosted in GNOME infrastructure.

### 採用の歴史

GHex occupies a small but durable role in the GNOME desktop ecosystem: it is not a core GNOME application, but the README identifies it as part of the GNOME Extra Apps family. Its release notes show ongoing translation updates, GTK and libadwaita porting work, and maintenance of the libgtkhex library API.

### 使われ方

Practitioners use GHex when they need a desktop-oriented view of raw data rather than a terminal hex dump. The application loads binary files, displays bytes and ASCII side by side, supports editing, and shares libgtkhex for applications that need the hex widget.

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

For desktop packagers, GHex is a classic GNOME utility with both an application and a reusable library surface. Its NEWS file tracks GNOME-cycle versioning, translations, AppStream data, D-Bus integration, documentation generation, and GTK stack changes that downstream distributions care about.

### タイムライン

- 2018: The GNOME GitLab project record was created.
- 2024: GHex 46.0 included libgtkhex 4.8.0.
- 2026: GHex 50.0 included libgtkhex 4.12.0.

### Related projects

- GHex is related to GNOME Extra Apps, GTK, libadwaita, and the libgtkhex library produced from the same source tree.

### ソース

- <https://gitlab.gnome.org/GNOME/ghex>
- <https://gitlab.gnome.org/GNOME/ghex/-/raw/master/NEWS>
- <https://gitlab.gnome.org/GNOME/ghex/-/raw/master/README.md>
- <https://gitlab.gnome.org/GNOME/ghex/-/raw/master/ghex.doap>
- <https://gitlab.gnome.org/api/v4/projects/GNOME%2Fghex>


## セキュリティノート

ghex に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、パッケージメタデータはここに公開されています。


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

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** ghex
- **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 - ghex - 46.2-2: normalized package name match | Debian stable package indexes: ghex from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | GNOME Hex editor for files | https://wiki.gnome.org/Apps/Ghex
- Debian apt - libgtkhex-4-1 - 46.2-2: normalized package name match | Debian stable package indexes: libgtkhex-4-1 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | GNOME Hex editor for files (shared library) | https://wiki.gnome.org/Apps/Ghex
- Debian apt - libgtkhex-4-dev - 46.2-2: normalized package name match | Debian stable package indexes: libgtkhex-4-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | GNOME Hex editor for files (development headers) | https://wiki.gnome.org/Apps/Ghex
- Nix - ghex: normalized package name match | nixpkgs package indexes: pkgs/by-name/gh/ghex/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - ghex - 46.0-1build1: normalized package name match | Ubuntu 24.04 LTS package indexes: ghex from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | GNOME Hex editor for files | https://wiki.gnome.org/Apps/Ghex
- Ubuntu apt - libgtkhex-4-1 - 46.0-1build1: normalized package name match | Ubuntu 24.04 LTS package indexes: libgtkhex-4-1 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | GNOME Hex editor for files (shared library) | https://wiki.gnome.org/Apps/Ghex
- Ubuntu apt - libgtkhex-4-dev - 46.0-1build1: normalized package name match | Ubuntu 24.04 LTS package indexes: libgtkhex-4-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | GNOME Hex editor for files (development headers) | https://wiki.gnome.org/Apps/Ghex
- apk - ghex - 50.2-r0: normalized package name match | Alpine Linux edge package indexes: ghex from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | A hex editor for GNOME | https://gitlab.gnome.org/GNOME/ghex
- apk - ghex-dev - 50.2-r0: normalized package name match | Alpine Linux edge package indexes: ghex-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | A hex editor for GNOME (development files) | https://gitlab.gnome.org/GNOME/ghex
- apk - ghex-doc - 50.2-r0: normalized package name match | Alpine Linux edge package indexes: ghex-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | A hex editor for GNOME (documentation) | https://gitlab.gnome.org/GNOME/ghex
- apk - ghex-lang - 50.2-r0: normalized package name match | Alpine Linux edge package indexes: ghex-lang from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Languages for package ghex | https://gitlab.gnome.org/GNOME/ghex
- dnf - ghex - 50.2-3.fc45: normalized package name match | Fedora Rawhide package metadata: ghex from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Binary editor for GNOME | https://gitlab.gnome.org/GNOME/ghex
- dnf - ghex-devel - 50.2-3.fc45: normalized package name match | Fedora Rawhide package metadata: ghex-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Development files for ghex | https://gitlab.gnome.org/GNOME/ghex
- dnf - ghex-libs - 50.2-3.fc45: normalized package name match | Fedora Rawhide package metadata: ghex-libs from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | GtkHex library | https://gitlab.gnome.org/GNOME/ghex
- pacman - ghex - 50.2-1: normalized package name match | Arch Linux sync databases: ghex from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Hex editor for the GNOME desktop | https://wiki.gnome.org/Apps/Ghex
- zypper - ghex - 50.2-1.3: normalized package name match | openSUSE Tumbleweed package metadata: ghex from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | GNOME Binary Editor | https://wiki.gnome.org/Apps/Ghex


## 関連リンク

- [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.
- [Developer build packages](https://pkg.so/ja/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [Networking and protocol packages](https://pkg.so/ja/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [glib](https://pkg.so/ja/brew/glib/) - Runtime dependency declared by Homebrew.
- [gettext](https://pkg.so/ja/brew/gettext/) - Runtime dependency declared by Homebrew.
- [pango](https://pkg.so/ja/brew/pango/) - Runtime dependency declared by Homebrew.
- [cairo](https://pkg.so/ja/brew/cairo/) - Runtime dependency declared by Homebrew.
- [gtk4](https://pkg.so/ja/brew/gtk4/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://pkg.so/ja/brew/pkgconf/) - Build dependency declared by Homebrew.
- [ninja](https://pkg.so/ja/brew/ninja/) - Build dependency declared by Homebrew.
- [meson](https://pkg.so/ja/brew/meson/) - Build dependency declared by Homebrew.
- [gtk+3](https://pkg.so/ja/brew/gtk-3/) - Shares pkgdb curated category or tags: cli, developer-tools, gnome, gtk.
- [vte3](https://pkg.so/ja/brew/vte3/) - Shares pkgdb curated category or tags: cli, developer-tools, gnome, gtk.
- [gspell](https://pkg.so/ja/brew/gspell/) - Shares pkgdb curated category or tags: cli, developer-tools, gnome, gtk.
- [gtk+](https://pkg.so/ja/brew/gtk/) - Shares pkgdb curated category or tags: cli, developer-tools, gnome, gtk.
- [gtk-doc](https://pkg.so/ja/brew/gtk-doc/) - Shares pkgdb curated category or tags: cli, developer-tools, gnome, gtk.
- [gitg](https://pkg.so/ja/brew/gitg/) - Local package facts share a topical domain. Shared terms: cairo, cli, desktop, desktop-app, developer.

## Combined YAML source

View the package source record on GitHub. [combined/ghex.yml](https://github.com/mxcl/pkgdb/blob/main/combined/ghex.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
