Automic VaultAutomic Vault

brew

geoipupdate を Homebrew, apt, dnf, MacPorts, Nix, pacman, scoop, zypper でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install geoipupdate

local Homebrew formula metadata

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

MacPorts ports tree · devel/geoipupdate/Portfile · ソース: api.github.com

Linux

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

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

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

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

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

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

Arch Linux pacman確認済み · 92%
sudo pacman -S geoipupdate

Arch Linux sync databases · geoipupdate · ソース: geo.mirror.pkgbuild.com

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

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

Windows

Scoop確認済み · 92%
scoop install main/geoipupdate

Scoop official bucket manifest trees · bucket/geoipupdate.json · ソース: api.github.com

概要

パッケージ概要

Automatic updates of GeoIP2 and GeoIP Legacy databases

コマンドとエイリアス

  • geoipupdate

履歴

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

GeoIP Update is MaxMind's command-line client for automatically downloading GeoIP and GeoLite binary databases. It is tied to MaxMind's database distribution model: users configure account credentials and edition IDs in `GeoIP.conf`, then run `geoipupdate` manually, from cron, in containers, or through package-manager installs.

プロジェクトの歴史

The maintained public repository describes GeoIP Update as code for updating GeoIP databases and records MaxMind copyright beginning in 2018. MaxMind's upgrade documentation says version 4.x, released in 2019, was a rewrite of the older `geoipupdate` codebase while preserving the same core behavior and configuration-file format.

The v4 rewrite added broader platform support, notably Windows, and changed security expectations inherited from older 2.x and 3.x deployments: HTTPS and certificate verification became mandatory, and paid database downloads required both account ID and license key.

採用の歴史

GeoIP Update is the recommended MaxMind path for users of binary GeoIP and GeoLite databases. Official installation instructions cover Linux tarballs, Ubuntu PPA packages, Debian packages, RPM packages, macOS tarballs, Homebrew, Windows zip distributions, Docker, Proto, and Go source installs.

使われ方

Practitioners use GeoIP Update to keep local MaxMind binary databases fresh for web analytics, fraud detection, network policy, logging, and geolocation services. The configuration file stores account ID, license key, and edition IDs, and Unix deployments commonly automate the command with cron so local `.mmdb` files are refreshed without application code handling MaxMind download details.

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

For package maintainers, GeoIP Update is a classic operational CLI: the executable is small, but correct packaging depends on default config paths, credential-file handling, cron or service integration, TLS behavior, and platform-specific install conventions. It is also a bridge between package managers and licensed data distribution rather than a normal static data package.

タイムライン

  • 2018: The maintained repository records MaxMind copyright beginning in 2018.
  • 2019: Version 4.x was released as a rewrite from a modern code base.
  • 2024: MaxMind began using R2 presigned URLs for database downloads.

Related projects

  • GeoIP Update belongs to MaxMind's GeoIP and GeoLite ecosystem, alongside MaxMind binary databases, CSV database downloads, Docker images, and the MMDB database format.

セキュリティ状態

リスクレベル: blue

broad file, network, media, or database tool signal.

リスク分類器

リスク blue · 信頼度 中 · tool

理由

  • broad file, network, media, or database tool signal

信号

  • text:database

インストール挙動

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

推奨レビュー

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

local files

Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.

Configuration files

Config paths the tool may read or write during local use.

Unix
/usr/local/etc/GeoIP.conf/etc/GeoIP.conf
Windows
C:\ProgramData\MaxMind\GeoIPUpdate\GeoIP.conf

Credential files

Credential-bearing paths to review before unattended agent runs.

Unix
/usr/local/etc/GeoIP.conf/etc/GeoIP.conf
Windows
C:\ProgramData\MaxMind\GeoIPUpdate\GeoIP.conf

実行可能ファイル

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

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

鮮度

バージョンと鮮度

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

ページ生成日2026-07-08
マネージャ版7.1.1
マネージャ更新日
ローカルデータOK
上流最新
検出された最新v7.1.1

https://github.com/maxmind/geoipupdate

  • 情報No package-manager update timestamp was available.信頼度 低

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:geoipupdate
バージョン7.1.1
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/geoipupdate
ホームページhttps://github.com/maxmind/geoipupdate
リポジトリhttps://github.com/maxmind/geoipupdate
上流ドキュメントhttps://dev.maxmind.com/geoip/upgrading-geoip-update
ライセンスApache-2.0
ソースアーカイブhttps://github.com/maxmind/geoipupdate/archive/refs/tags/v7.1.1.tar.gz
ビルド依存関係go, pandoc
macOS 提供ライブラリcurl
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namegeoipupdate
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%

geoipupdate 7.1.0-1

MaxMind GeoIP/GeoIP2 database updates

https://dev.maxmind.com/geoip/updating-databases

sudo apt install geoipupdate
  • Section: contrib/net
  • Architecture: amd64
  • 2 依存関係
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: Geoipupdate
Debian stable package indexes · deb.debian.org · Debian stable package indexes: geoipupdate from https://deb.debian.org/debian/dists/stable/contrib/binary-amd64/Packages.xz
Nix95%

geoipupdate

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

geoipupdate 6.1.0-1

MaxMind GeoIP/GeoIP2 database updates

https://dev.maxmind.com/geoip/updating-databases

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

geoipupdate 7.1.1-7.fc44

Update GeoIP2 binary databases from MaxMind

https://github.com/maxmind/geoipupdate

sudo dnf install geoipupdate
  • License: Apache-2.0 AND BSD-3-Clause AND ISC AND MIT
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: geoipupdate
  • 3 依存関係
  • 3 提供
  • normalized package name match
  • 一致条件: Geoipupdate
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: geoipupdate from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

geoipupdate-cron 7.1.1-7.fc44

Cron job to do weekly updates of GeoIP databases

https://github.com/maxmind/geoipupdate

sudo dnf install geoipupdate-cron
  • License: Apache-2.0 AND BSD-3-Clause AND ISC AND MIT
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: geoipupdate
  • 3 依存関係
  • 3 提供
  • normalized package name match
  • 一致条件: Geoipupdate
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: geoipupdate-cron from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

geoipupdate 7.1.1-1

Update GeoIP2 and GeoIP Legacy binary databases from MaxMind

https://github.com/maxmind/geoipupdate

sudo pacman -S geoipupdate
  • License: Apache-2.0 AND MIT
  • Architecture: x86_64
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Geoipupdate
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: geoipupdate from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

geoipupdate 7.1.1-2.1

GeoIP update client code

https://github.com/maxmind/geoipupdate

sudo zypper install geoipupdate
  • License: Apache-2.0 OR MIT
  • Category: Productivity/Networking/Other
  • Architecture: x86_64
  • Source Package: geoipupdate
  • 2 依存関係
  • 2 提供
  • normalized package name match
  • 一致条件: Geoipupdate
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: geoipupdate from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

geoipupdate-legacy 7.1.1-2.1

GeoIP Lagacy Format Updater

https://github.com/maxmind/geoipupdate

sudo zypper install geoipupdate-legacy
  • License: Apache-2.0 OR MIT
  • Category: Productivity/Networking/Other
  • Architecture: x86_64
  • Source Package: geoipupdate
  • 3 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Geoipupdate
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: geoipupdate-legacy from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

geoipupdate

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

main/geoipupdate

scoop install main/geoipupdate
  • normalized package name match
  • 一致条件: Geoipupdate
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/geoipupdate.json from https://api.github.com/repos/ScoopInstaller/Main/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 configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment