# curlpp mit Homebrew, dnf, Nix, apt installieren

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

## Installation

```sh
sudo av install brew:curlpp
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install curlpp
```

  Evidenz: local Homebrew formula metadata

### Linux

- dnf (92%):

```sh
sudo dnf install curlpp
```

  Evidenz: Fedora Rawhide package metadata: curlpp from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#curlpp
```

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

- Debian apt (92%):

```sh
sudo apt install libcurlpp-dev
```

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

## Paketfakten

- **Paketschlüssel:** brew:curlpp
- **Paketmanager:** Homebrew
- **Version:** 0.8.1
- **Quellzusammenfassung:** C++ wrapper for libcURL
- **Homepage:** <https://www.curlpp.org/>
- **Repository:** <https://github.com/jpbarrette/curlpp>
- **Zuletzt aktualisiert:** 2026-07-24T00:13:11+02:00
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- curlpp-config (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 0.8.1
## Projektgeschichte und Nutzung

cURLpp is a C++ wrapper around libcurl, intended for projects that want an object-oriented, type-safe, exception-safe layer over the C libcurl API.

### Projektgeschichte

The official site and README describe cURLpp as a wrapper for libcURL and explicitly frame it as an optional C++ layer rather than a replacement for direct libcurl use. The GitHub tags page shows release tags from 0.7.1 in 2007 through 0.8.1 in 2017.

### Adoptionsgeschichte

cURLpp's adoption is mostly as a development library package, especially where C++ applications prefer packaged headers and a small wrapper library over hand-written libcurl handle management. The supplied package-manager facts show it available in Homebrew, Debian and Ubuntu as libcurlpp-dev, Fedora, and Nix.

### Wie es verwendet wird

Developers use cURLpp when they want libcurl capabilities through C++ standard library structures, exceptions, and type-safe options. The official documentation points users to a programming guide and examples directory, while also warning that direct libcurl is sufficient when the wrapper's features are not needed.

### Warum Paket-Nerds sich dafür interessieren

cURLpp is package-nerd significant as a thin binding package: it tracks libcurl compatibility, ships headers and build metadata such as curlpp-config, and sits in the common distro category of language-level wrappers around a core C networking library.

### Zeitleiste

- 2007: GitHub tags show v0.7.1.
- 2008: GitHub tags show v0.7.2.
- 2009: GitHub tags show v0.7.3.
- 2017: GitHub tags show v0.8.1.

### Related projects

- libcurl is the underlying library; curl and other libcurl language bindings are the closest ecosystem neighbors.

### Quellen

- <https://www.curlpp.org/>
- <https://github.com/jpbarrette/curlpp>
- <https://github.com/jpbarrette/curlpp/tags>


## Sicherheitshinweise

narrow executable package without higher-risk signals.

- **Geiger-Risiko:** grün / niedrig
- narrow executable package without higher-risk signals

## Andere Paketmanager-Einträge

- Debian apt - libcurlpp-dev - 0.8.1-6: normalized package name match | Debian stable package indexes: libcurlpp-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | c++ wrapper for libcurl (development files) | https://www.curlpp.org/
- Debian apt - libcurlpp0t64 - 0.8.1-6: normalized package name match | Debian stable package indexes: libcurlpp0t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | c++ wrapper for libcurl | https://www.curlpp.org/
- Nix - curlpp: normalized package name match | nixpkgs package indexes: pkgs/by-name/cu/curlpp/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - libcurlpp-dev - 0.8.1-5.3build1: normalized package name match | Ubuntu 24.04 LTS package indexes: libcurlpp-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | c++ wrapper for libcurl (development files) | http://www.curlpp.org/
- Ubuntu apt - libcurlpp0t64 - 0.8.1-5.3build1: normalized package name match | Ubuntu 24.04 LTS package indexes: libcurlpp0t64 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | c++ wrapper for libcurl | http://www.curlpp.org/
- dnf - curlpp - 0.8.1-36.fc45: normalized package name match | Fedora Rawhide package metadata: curlpp from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | A C++ wrapper for libcURL | http://curlpp.org/
- dnf - curlpp-devel - 0.8.1-36.fc45: normalized package name match | Fedora Rawhide package metadata: curlpp-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Development files for curlpp | http://curlpp.org/


## Combined YAML source

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


## Quellen

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
