# Installer geoipupdate avec Homebrew, apt, dnf, MacPorts, Nix, pacman, scoop, zypper

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de geoipupdate pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:geoipupdate
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install geoipupdate
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install geoipupdate
```

  Preuve: MacPorts ports tree: devel/geoipupdate/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Debian apt (92%):

```sh
sudo apt install geoipupdate
```

  Preuve: Debian stable package indexes: geoipupdate from https://deb.debian.org/debian/dists/stable/contrib/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install geoipupdate
```

  Preuve: Fedora Rawhide package metadata: geoipupdate from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#geoipupdate
```

  Preuve: nixpkgs package indexes: pkgs/by-name/ge/geoipupdate/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S geoipupdate
```

  Preuve: Arch Linux sync databases: geoipupdate from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install geoipupdate
```

  Preuve: openSUSE Tumbleweed package metadata: geoipupdate from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

### Windows

- Scoop (92%):

```sh
scoop install main/geoipupdate
```

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

## Faits du paquet

- **Clé du paquet:** brew:geoipupdate
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/geoipupdate>
- **Version:** 7.1.1
- **Résumé source:** Automatic updates of GeoIP2 and GeoIP Legacy databases
- **Page d'accueil:** <https://github.com/maxmind/geoipupdate>
- **Dépôt:** <https://github.com/maxmind/geoipupdate>
- **Docs amont:** <https://dev.maxmind.com/geoip/upgrading-geoip-update>
- **Licence:** Apache-2.0
- **Archive source:** <https://github.com/maxmind/geoipupdate/archive/refs/tags/v7.1.1.tar.gz>
- **Généré:** 2026-07-08T18:08:21+00:00

## exécutables

- geoipupdate (cli)
- geoipupdate (alias)

## Dépendances de compilation

- go
- pandoc

## Bibliothèques fournies par macOS

- curl

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version et fraîcheur

- page générée: 2026-07-08
- version du gestionnaire: 7.1.1
- données locales: OK
- dépôt amont: https://github.com/maxmind/geoipupdate
- dernière version détectée: v7.1.1 (à jour)
- info: No package-manager update timestamp was available.
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

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

### Sources

- <https://dev.maxmind.com/geoip/updating-databases/>
- <https://dev.maxmind.com/geoip/upgrading-geoip-update/>
- <https://github.com/maxmind/geoipupdate>


## Notes de sécurité

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

- **Risque Geiger:** blue / moyen
- broad file, network, media, or database tool signal


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

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

## Credential files

- Unix: /usr/local/etc/GeoIP.conf, /etc/GeoIP.conf
- Windows: C:\ProgramData\MaxMind\GeoIPUpdate\GeoIP.conf
## Détails de la base source

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

## Autres enregistrements de gestionnaires de paquets

- Debian apt - geoipupdate - 7.1.0-1: normalized package name match | Debian stable package indexes: geoipupdate from https://deb.debian.org/debian/dists/stable/contrib/binary-amd64/Packages.xz | MaxMind GeoIP/GeoIP2 database updates | https://dev.maxmind.com/geoip/updating-databases
- Nix - geoipupdate: normalized package name match | nixpkgs package indexes: pkgs/by-name/ge/geoipupdate/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - geoipupdate - 6.1.0-1: normalized package name match | Ubuntu 24.04 LTS package indexes: geoipupdate from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | MaxMind GeoIP/GeoIP2 database updates | https://dev.maxmind.com/geoip/updating-databases
- dnf - geoipupdate - 7.1.1-7.fc44: normalized package name match | Fedora Rawhide package metadata: geoipupdate from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Update GeoIP2 binary databases from MaxMind | https://github.com/maxmind/geoipupdate
- dnf - geoipupdate-cron - 7.1.1-7.fc44: normalized package name match | 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 | Cron job to do weekly updates of GeoIP databases | https://github.com/maxmind/geoipupdate
- pacman - geoipupdate - 7.1.1-1: normalized package name match | Arch Linux sync databases: geoipupdate from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Update GeoIP2 and GeoIP Legacy binary databases from MaxMind | https://github.com/maxmind/geoipupdate
- zypper - geoipupdate - 7.1.1-2.1: normalized package name match | openSUSE Tumbleweed package metadata: geoipupdate from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | GeoIP update client code | https://github.com/maxmind/geoipupdate
- zypper - geoipupdate-legacy - 7.1.1-2.1: normalized package name match | openSUSE Tumbleweed package metadata: geoipupdate-legacy from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | GeoIP Lagacy Format Updater | https://github.com/maxmind/geoipupdate
- MacPorts - geoipupdate: normalized package name match | MacPorts ports tree: devel/geoipupdate/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - main/geoipupdate: normalized package name match | Scoop official bucket manifest trees: bucket/geoipupdate.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## Liens liés

- [Source-control packages](https://www.automicvault.com/fr/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Secret-risk packages](https://www.automicvault.com/fr/pkg/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://www.automicvault.com/fr/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/fr/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [go](https://www.automicvault.com/fr/pkg/brew/go/) - Build dependency declared by Homebrew.
- [pandoc](https://www.automicvault.com/fr/pkg/brew/pandoc/) - Build dependency declared by Homebrew.
- [geoip2fast](https://www.automicvault.com/fr/pkg/brew/geoip2fast/) - Shares av.db curated category or tags: cli, geoip, geolocation, networking.
- [mmdbctl](https://www.automicvault.com/fr/pkg/brew/mmdbctl/) - Shares av.db curated category or tags: cli, geoip, networking.
- [mmdbinspect](https://www.automicvault.com/fr/pkg/brew/mmdbinspect/) - Shares av.db curated category or tags: cli, geoip, networking.
- [activemq](https://www.automicvault.com/fr/pkg/brew/activemq/) - Shares av.db curated category or tags: cli, networking.
- [adns](https://www.automicvault.com/fr/pkg/brew/adns/) - Shares av.db curated category or tags: cli, networking.
- [aerleon](https://www.automicvault.com/fr/pkg/brew/aerleon/) - Shares av.db curated category or tags: cli, networking.
- [ahcpd](https://www.automicvault.com/fr/pkg/brew/ahcpd/) - Shares av.db curated category or tags: cli, networking.
- [airshare](https://www.automicvault.com/fr/pkg/brew/airshare/) - Shares av.db curated category or tags: cli, networking.

## Combined YAML source

View the package source record on GitHub. [combined/geoipupdate.yml](https://github.com/automic-vault/db/blob/main/combined/geoipupdate.yml)


## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
