# shapelib mit Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für shapelib in AI-Agent-Workflows.

## Installation

```sh
sudo av install brew:shapelib
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install shapelib
```

  Evidenz: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install shapelib
```

  Evidenz: MacPorts ports tree: graphics/shapelib/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add shapelib
```

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

- Debian apt (92%):

```sh
sudo apt install shapelib
```

  Evidenz: Debian stable package indexes: shapelib from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install shapelib
```

  Evidenz: Fedora Rawhide package metadata: shapelib 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#shapelib
```

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

- pacman (92%):

```sh
sudo pacman -S shapelib
```

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

- zypper (92%):

```sh
sudo zypper install shapelib
```

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

## Paketfakten

- **Paketschlüssel:** brew:shapelib
- **Paketmanager:** Homebrew
- **Paketmanager-Seite:** <https://formulae.brew.sh/formula/shapelib>
- **Version:** 1.6.3
- **Quellzusammenfassung:** Library for reading and writing ArcView Shapefiles
- **Homepage:** <http://shapelib.maptools.org/>
- **Upstream-Dokumentation:** <http://shapelib.maptools.org/>
- **Lizenz:** LGPL-2.0-or-later OR MIT
- **Quellarchiv:** <https://download.osgeo.org/shapelib/shapelib-1.6.3.tar.gz>
- **Generiert:** 2026-08-04T22:13:35+00:00

## Executables

- Shape_PointInPoly (cli)
- csv2shp (cli)
- dbfadd (cli)
- dbfcat (cli)
- dbfcreate (cli)
- dbfdump (cli)
- dbfinfo (cli)
- shpadd (cli)
- shpcat (cli)
- shpcentrd (cli)
- shpcreate (cli)
- shpdata (cli)
- shpdump (cli)
- shpdxf (cli)
- shpfix (cli)
- shpinfo (cli)
- shprewind (cli)
- shpsort (cli)
- shptreedump (cli)
- shpwkb (cli)
- Shape_PointInPoly (Alias)
- csv2shp (Alias)
- dbfadd (Alias)
- dbfcat (Alias)
- dbfcreate (Alias)
- dbfdump (Alias)
- dbfinfo (Alias)
- shpadd (Alias)
- shpcat (Alias)
- shpcentrd (Alias)
- shpcreate (Alias)
- shpdata (Alias)
- shpdump (Alias)
- shpdxf (Alias)
- shpfix (Alias)
- shpinfo (Alias)
- shprewind (Alias)
- shpsort (Alias)
- shptreedump (Alias)
- shpwkb (Alias)

## Build-Abhängigkeiten

- cmake

## Installationsverhalten

- Post-install-Hook: nicht definiert
- Bottle: verfügbar auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version und Aktualität

- Seite generiert: 2026-08-04
- Manager-Version: 1.6.3
- lokale Daten: OK
- Upstream-Repository: http://shapelib.maptools.org/
- Info: No package-manager update timestamp was available.
- Info: Release/tag comparison is only available for GitHub repositories.

## Sicherheitshinweise

library-like package without higher-risk signals.

- **Geiger-Risiko:** grün / niedrig
- library-like package without higher-risk signals

## Details aus der Quelldatenbank

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

## Andere Paketmanager-Einträge

- Debian apt - libshp-dev - 1.6.1-1: normalized package name match | Debian stable package indexes: libshp-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Library for reading and writing ESRI Shapefiles - development files | http://shapelib.maptools.org/
- Debian apt - libshp4 - 1.6.1-1: normalized package name match | Debian stable package indexes: libshp4 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Library for reading and writing ESRI Shapefiles | http://shapelib.maptools.org/
- Debian apt - shapelib - 1.6.1-1: normalized package name match | Debian stable package indexes: shapelib from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Library for reading and writing ESRI Shapefiles - tools | http://shapelib.maptools.org/
- Nix - shapelib: normalized package name match | nixpkgs package indexes: pkgs/by-name/sh/shapelib/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - libshp-dev - 1.6.0-1: normalized package name match | Ubuntu 24.04 LTS package indexes: libshp-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Library for reading and writing ESRI Shapefiles - development files | http://shapelib.maptools.org/
- Ubuntu apt - libshp4 - 1.6.0-1: normalized package name match | Ubuntu 24.04 LTS package indexes: libshp4 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Library for reading and writing ESRI Shapefiles | http://shapelib.maptools.org/
- Ubuntu apt - shapelib - 1.6.0-1: normalized package name match | Ubuntu 24.04 LTS package indexes: shapelib from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Library for reading and writing ESRI Shapefiles - tools | http://shapelib.maptools.org/
- apk - shapelib - 1.6.2-r0: normalized package name match | Alpine Linux edge package indexes: shapelib from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | C library for reading, writing and updating ESRI Shapefiles, and the associated attribute file | http://shapelib.maptools.org/
- apk - shapelib-dev - 1.6.2-r0: normalized package name match | Alpine Linux edge package indexes: shapelib-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | C library for reading, writing and updating ESRI Shapefiles, and the associated attribute file (development files) | http://shapelib.maptools.org/
- apk - shapelib-tools - 1.6.2-r0: normalized package name match | Alpine Linux edge package indexes: shapelib-tools from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | C library for reading, writing and updating ESRI Shapefiles, and the associated attribute file (utilities) | http://shapelib.maptools.org/
- dnf - mingw32-shapelib - 1.6.3-2.fc45: normalized package name match | Fedora Rawhide package metadata: mingw32-shapelib from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | MinGW Windows shapelib library | http://shapelib.maptools.org/
- dnf - mingw32-shapelib-tools - 1.6.3-2.fc45: normalized package name match | Fedora Rawhide package metadata: mingw32-shapelib-tools from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Tools for the MinGW Windows shapelib library | http://shapelib.maptools.org/
- dnf - mingw64-shapelib - 1.6.3-2.fc45: normalized package name match | Fedora Rawhide package metadata: mingw64-shapelib from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | MinGW Windows shapelib library | http://shapelib.maptools.org/
- dnf - mingw64-shapelib-tools - 1.6.3-2.fc45: normalized package name match | Fedora Rawhide package metadata: mingw64-shapelib-tools from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Tools for the MinGW Windows shapelib library | http://shapelib.maptools.org/
- dnf - shapelib - 1.6.3-2.fc45: normalized package name match | Fedora Rawhide package metadata: shapelib from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | C library for handling ESRI Shapefiles | http://shapelib.maptools.org/
- dnf - shapelib-devel - 1.6.3-2.fc45: normalized package name match | Fedora Rawhide package metadata: shapelib-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Development files for shapelib | http://shapelib.maptools.org/


## Verwandte Links

- [Terminal utility packages](https://pkg.so/de/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/de/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Networking and protocol packages](https://pkg.so/de/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Database and data packages](https://pkg.so/de/database-data-tools/) - Matched database, SQL, migration, or data-store metadata.
- [cmake](https://pkg.so/de/brew/cmake/) - Build dependency declared by Homebrew.
- [gpsbabel](https://pkg.so/de/brew/gpsbabel/) - Popular package that depends on this formula.
- [libgeotiff](https://pkg.so/de/brew/libgeotiff/) - Shares pkgdb curated category or tags: c-library, cli, data, geospatial, gis.
- [postgis](https://pkg.so/de/brew/postgis/) - Shares pkgdb curated category or tags: cli, data, geospatial, gis.
- [mapnik](https://pkg.so/de/brew/mapnik/) - Shares pkgdb curated category or tags: cli, data, geospatial, gis.
- [mapserver](https://pkg.so/de/brew/mapserver/) - Shares pkgdb curated category or tags: cli, data, geospatial, gis.
- [mapproxy](https://pkg.so/de/brew/mapproxy/) - Shares pkgdb curated category or tags: cli, data, geospatial, gis.
- [pdal](https://pkg.so/de/brew/pdal/) - Shares pkgdb curated category or tags: cli, data, geospatial.
- [osmium-tool](https://pkg.so/de/brew/osmium-tool/) - Shares pkgdb curated category or tags: cli, data, geospatial.
- [pmtiles](https://pkg.so/de/brew/pmtiles/) - Shares pkgdb curated category or tags: cli, data, geospatial.

## Combined YAML source

View the package source record on GitHub. [combined/shapelib.yml](https://github.com/mxcl/pkgdb/blob/main/combined/shapelib.yml)


## Quellen

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
