# Installer ip2location avec Homebrew, apk, Nix, dnf

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

## installation

```sh
sudo av install brew:ip2location
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install ip2location
```

  Preuve: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add ip2location
```

  Preuve: Alpine Linux edge package indexes: ip2location from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#ip2location
```

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

- dnf (92%):

```sh
sudo dnf install IP2Location
```

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

## Faits du paquet

- **Clé du paquet:** brew:ip2location
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/ip2location>
- **Version:** 8.7.0
- **Résumé source:** C library and CLI to geolocate IP addresses
- **Page d'accueil:** <https://github.com/ip2location/IP2Location-C-Library>
- **Dépôt:** <https://github.com/ip2location/IP2Location-C-Library>
- **Docs amont:** <https://github.com/ip2location/IP2Location-C-Library#readme>
- **Licence:** MIT
- **Archive source:** <https://github.com/ip2location/IP2Location-C-Library/archive/refs/tags/8.7.0.tar.gz>
- **Dernière mise à jour:** 2026-06-18T16:19:53Z
- **Généré:** 2026-07-26T07:20:29+00:00

## exécutables

- ip2location (cli)
- ip2location (alias)

## Dépendances de compilation

- autoconf
- automake
- libtool

## 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-26
- version du gestionnaire: 8.7.0
- gestionnaire mis à jour: 2026-06-18
- données locales: OK
- dépôt amont: https://github.com/ip2location/IP2Location-C-Library
- dernière version détectée: 8.7.0 (à jour)
## Historique du projet et usages

IP2Location C Library is the C implementation and command-line front end for querying IP2Location BIN geolocation databases. In package-manager terms it is a small native bridge between downloadable IP intelligence data and Unix automation, exposing both a library API and the `ip2location` executable.

### Historique du projet

The project belongs to IP2Location's family of language libraries for its commercial and LITE geolocation databases. Its README describes lookups for country, region, city, coordinates, postal code, ISP, domain, usage type, address type, IAB category, ASN, and related database fields, with the library reading those values from IP2Location BIN files.

The changelog shows a long 2010s evolution around data-file formats and API breadth: 2013 added memory and cache opening modes, 2014 added IPv6 support, 2016 added lookup support for an index section in a new BIN format, and later releases moved detailed notes to GitHub releases.

### Historique d'adoption

The Homebrew formula and other package-manager metadata make the C library easy to install on developer machines and servers that need local IP geolocation without a hosted API call. Its Fedora package links from the upstream README show the project also reaching Linux distribution packaging.

The project is not just a single CLI convenience: related IP2Location modules, such as the Varnish module, depend on the C library as the native lookup layer, which gives the package importance beyond direct command-line use.

### Modes d'utilisation

Typical usage is to install the library, obtain an IP2Location BIN database, and run `ip2location -d [database] --ip [address]` or feed addresses from a file. Library consumers use the C API where a low-level native geolocation lookup is preferable to shelling out.

The package is useful in log enrichment, local analytics, security tooling, and edge services where repeat geolocation lookups should avoid network latency or third-party API calls.

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

For package maintainers, IP2Location C Library is a classic data-plus-native-library package: the code is small, the value comes from compatibility with external database files, and downstream packaging must keep the CLI, shared library, sample data, and documentation aligned.

It also illustrates a common Homebrew pattern for vendor-backed data tooling: a permissively licensed client library shipped separately from the proprietary or separately licensed data products it reads.

### Chronologie

- 2013: Version 6.0.0 added memory, cache, and shared-memory opening and cleanup APIs.
- 2014: Version 7.0.0 added IPv6 support and removed the IMath library dependency.
- 2016: Version 8.0.0 added lookup support for the index section in a newer BIN format.
- 2017: Version 8.0.5 closed out the in-file changelog era before release notes moved to GitHub releases.
- 2023: The 8.6.x releases continued the GitHub release stream.
- 2025: Version 8.7.0 was published through GitHub releases.

### Related projects

- Related upstream projects include the IP2Location database products, IP2Location LITE sample databases, language-specific IP2Location libraries, and modules such as IP2Location-Varnish that use the C library as a dependency.
- At the package level it sits near tools such as GeoIP and libmaxminddb, but it is tied to the IP2Location BIN database format rather than MaxMind's MMDB format.

### Sources

- <https://formulae.brew.sh/formula/ip2location>
- <https://github.com/ip2location/IP2Location-C-Library>
- <https://github.com/ip2location/IP2Location-C-Library/blob/master/ChangeLog>
- <https://www.ip2location.com/documentation/ip2location-libraries/c>


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour ip2location. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.


## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** ip2location
- **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

- Nix - ip2location: normalized package name match | nixpkgs package indexes: pkgs/by-name/ip/ip2location/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - ip2location - 8.6.1-r0: normalized package name match | Alpine Linux edge package indexes: ip2location from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Lookup country, region and city information by IP addresses | https://www.ip2location.com/development-libraries/ip2location/c
- apk - ip2location-dev - 8.6.1-r0: normalized package name match | Alpine Linux edge package indexes: ip2location-dev from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Lookup country, region and city information by IP addresses (development files) | https://www.ip2location.com/development-libraries/ip2location/c
- apk - ip2location-doc - 8.6.1-r0: normalized package name match | Alpine Linux edge package indexes: ip2location-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Lookup country, region and city information by IP addresses (documentation) | https://www.ip2location.com/development-libraries/ip2location/c
- dnf - IP2Location - 8.7.0-3.fc44: normalized package name match | Fedora Rawhide package metadata: IP2Location from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Tools for mapping IP address to geolocation information | https://www.ip2location.com/
- dnf - IP2Location-data-sample - 8.7.0-3.fc44: normalized package name match | Fedora Rawhide package metadata: IP2Location-data-sample from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Sample data files for the IP2Location library | https://www.ip2location.com/
- dnf - IP2Location-devel - 8.7.0-3.fc44: normalized package name match | Fedora Rawhide package metadata: IP2Location-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Development files for the IP2Location library | https://www.ip2location.com/
- dnf - IP2Location-libs - 8.7.0-3.fc44: normalized package name match | Fedora Rawhide package metadata: IP2Location-libs from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | C library for mapping IP address to geolocation information | https://www.ip2location.com/


## Liens liés

- [Source-control packages](https://www.automicvault.com/fr/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/fr/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/fr/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Networking and protocol packages](https://www.automicvault.com/fr/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [autoconf](https://www.automicvault.com/fr/pkg/brew/autoconf/) - Build dependency declared by Homebrew.
- [automake](https://www.automicvault.com/fr/pkg/brew/automake/) - Build dependency declared by Homebrew.
- [libtool](https://www.automicvault.com/fr/pkg/brew/libtool/) - Build dependency declared by Homebrew.
- [libmaxminddb](https://www.automicvault.com/fr/pkg/brew/libmaxminddb/) - Shares av.db curated category or tags: c, cli, data, database, geolocation.
- [ejdb](https://www.automicvault.com/fr/pkg/brew/ejdb/) - Shares av.db curated category or tags: c, cli, data, database.
- [gdbm](https://www.automicvault.com/fr/pkg/brew/gdbm/) - Shares av.db curated category or tags: cli, data, database, library.
- [kyoto-cabinet](https://www.automicvault.com/fr/pkg/brew/kyoto-cabinet/) - Shares av.db curated category or tags: cli, data, database, library.
- [leveldb](https://www.automicvault.com/fr/pkg/brew/leveldb/) - Shares av.db curated category or tags: cli, data, database, library.
- [liblzf](https://www.automicvault.com/fr/pkg/brew/liblzf/) - Shares av.db curated category or tags: c, cli, data, library.
- [libmatio](https://www.automicvault.com/fr/pkg/brew/libmatio/) - Shares av.db curated category or tags: c, cli, data, library.
- [libmemcached](https://www.automicvault.com/fr/pkg/brew/libmemcached/) - Shares av.db curated category or tags: c, cli, data, library.
- [bee](https://www.automicvault.com/fr/pkg/brew/bee/) - Local metadata places this package in an adjacent workflow. Shared terms: cli, data, database.
- [ccm](https://www.automicvault.com/fr/pkg/brew/ccm/) - Local metadata places this package in an adjacent workflow. Shared terms: cli, data, database.

## Combined YAML source

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


## Sources

- Nucleus package database
- package-page enrichment
- 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
