# flickcurl mit Homebrew, apk, apt, dnf, MacPorts, pacman, zypper installieren

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

## Installation

```sh
sudo av install brew:flickcurl
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install flickcurl
```

  Evidenz: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install flickcurl
```

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

### Linux

- apk (92%):

```sh
sudo apk add flickcurl
```

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

- Debian apt (92%):

```sh
sudo apt install flickcurl-doc
```

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

- dnf (92%):

```sh
sudo dnf install flickcurl
```

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

- pacman (92%):

```sh
sudo pacman -S flickcurl
```

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

- zypper (92%):

```sh
sudo zypper install flickcurl
```

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

## Paketfakten

- **Paketschlüssel:** brew:flickcurl
- **Paketmanager:** Homebrew
- **Paketmanager-Seite:** <https://formulae.brew.sh/formula/flickcurl>
- **Version:** 1.26
- **Quellzusammenfassung:** Library for the Flickr API
- **Homepage:** <https://librdf.org/flickcurl/>
- **Repository:** <https://github.com/dajobe/flickcurl>
- **Upstream-Dokumentation:** <https://librdf.org/flickcurl>
- **Lizenz:** GPL-2.0-or-later OR LGPL-2.1-or-later
- **Quellarchiv:** <https://download.dajobe.org/flickcurl/flickcurl-1.26.tar.gz>
- **Zuletzt aktualisiert:** 2026-06-19T12:30:40-07:00
- **Generiert:** 2026-07-08T07:18:31+00:00

## Executables

- flickcurl (cli)
- flickcurl-config (cli)
- flickrdf (cli)
- flickcurl (Alias)
- flickcurl-config (Alias)
- flickrdf (Alias)

## Build-Abhängigkeiten

- pkgconf

## Von macOS bereitgestellte Bibliotheken

- curl
- libxml2

## 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-07-08
- Manager-Version: 1.26
- Manager aktualisiert: 2026-06-19
- lokale Daten: OK
- Upstream-Repository: https://librdf.org/flickcurl/
- Info: Release/tag comparison is only available for GitHub repositories.
## Projektgeschichte und Nutzung

flickcurl is Dave Beckett's C library and command-line tooling for the Flickr API. It wraps request creation, OAuth signing and token management, REST calls through libcurl, and XML response handling through libxml2.

### Projektgeschichte

The official site presents flickcurl as a full-coverage C interface to the Flickr API, including upload, browsing, search, comments, groups, notes, photosets, places, tags, machine tags, and metadata functions.

The GitHub README points readers back to the official HTML documentation and is dated 2009, while the official download page advertises the 1.26 tarball as the current release.

### Adoptionsgeschichte

flickcurl became a distro-style C API client rather than only a sample utility: the input package metadata lists it across Homebrew, Debian/Ubuntu documentation packages, Fedora, MacPorts, Arch, Alpine, and openSUSE packaging.

Its usefulness followed the Flickr API era, when native tools and libraries needed authenticated access to photo metadata, tags, places, uploads, and RDF-style exports without embedding hand-written REST code.

### Wie es verwendet wird

The library is used by C programs that need Flickr API access. The bundled flickcurl utility can perform OAuth authentication steps, call supported API commands, and write credentials to ~/.flickcurl.conf.

The flickrdf utility converts Flickr photo metadata, tags, machine tags, and place data into RDF triples, using raptor when available for RDF serialization.

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

flickcurl is a good example of the old Unix packaging pattern for web APIs: a C library, a -config helper, command-line utilities, generated API reference, and a dotfile holding OAuth tokens.

For package maintainers, the notable dependencies are libcurl and libxml2, with optional raptor support for RDF output.

### Zeitleiste

- 2009: The GitHub README directed browser users to the official HTML documentation.
- 2012: Version 1.23 added full OAuth 1.0 support and migration from legacy Flickr authentication.
- 2013: Version 1.25 updated Flickr API coverage and OAuth upload handling.
- 2014: Version 1.26 switched API endpoints and image URLs to HTTPS after Flickr's HTTPS-only announcement.

### Related projects

- flickcurl is related to Flickr's public API, libcurl for HTTP transport, libxml2 for XML handling, and raptor for optional RDF serialization.
- The project lives under the same librdf.org umbrella as other Dave Beckett RDF and web data libraries.

### Quellen

- <https://github.com/dajobe/flickcurl>
- <https://librdf.org/flickcurl>
- <https://librdf.org/flickcurl/NEWS.html>
- <https://librdf.org/flickcurl/api>


## Sicherheitshinweise

library-like package without higher-risk signals.

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


## 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: ~/.flickcurl.conf

## Credential files

- Unix: ~/.flickcurl.conf
## Details aus der Quelldatenbank

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** flickcurl
- **Version Scheme:** 0
- **Revision:** 1
- **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 - flickcurl-doc - 1.26-9: normalized package name match | Debian stable package indexes: flickcurl-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | utilities to call the Flickr API from command line - documentation | https://librdf.org/flickcurl/
- Debian apt - flickcurl-utils - 1.26-9: normalized package name match | Debian stable package indexes: flickcurl-utils from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | utilities to call the Flickr API from command line | https://librdf.org/flickcurl/
- Debian apt - libflickcurl-dev - 1.26-9: normalized package name match | Debian stable package indexes: libflickcurl-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | C library for accessing the Flickr API - development files | https://librdf.org/flickcurl/
- Debian apt - libflickcurl0t64 - 1.26-9: normalized package name match | Debian stable package indexes: libflickcurl0t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | C library for accessing the Flickr API | https://librdf.org/flickcurl/
- Ubuntu apt - flickcurl-doc - 1.26-7.1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: flickcurl-doc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | utilities to call the Flickr API from command line - documentation | http://librdf.org/flickcurl/
- Ubuntu apt - flickcurl-utils - 1.26-7.1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: flickcurl-utils from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | utilities to call the Flickr API from command line | http://librdf.org/flickcurl/
- Ubuntu apt - libflickcurl-dev - 1.26-7.1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: libflickcurl-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | C library for accessing the Flickr API - development files | http://librdf.org/flickcurl/
- Ubuntu apt - libflickcurl0-dbg - 1.26-7.1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: libflickcurl0-dbg from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | C library for accessing the Flickr API - debugging symbols | http://librdf.org/flickcurl/
- Ubuntu apt - libflickcurl0t64 - 1.26-7.1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: libflickcurl0t64 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | C library for accessing the Flickr API | http://librdf.org/flickcurl/
- apk - flickcurl - 1.26-r6: normalized package name match | Alpine Linux edge package indexes: flickcurl from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | C library for the Flickr API | https://librdf.org/flickcurl/
- apk - flickcurl-dev - 1.26-r6: normalized package name match | Alpine Linux edge package indexes: flickcurl-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | C library for the Flickr API (development files) | https://librdf.org/flickcurl/
- apk - flickcurl-doc - 1.26-r6: normalized package name match | Alpine Linux edge package indexes: flickcurl-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | C library for the Flickr API (documentation) | https://librdf.org/flickcurl/
- apk - flickcurl-libs - 1.26-r6: normalized package name match | Alpine Linux edge package indexes: flickcurl-libs from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | C library for the Flickr API (libraries) | https://librdf.org/flickcurl/
- dnf - flickcurl - 1.26-31.fc44: normalized package name match | Fedora Rawhide package metadata: flickcurl from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | C library for the Flickr API | http://librdf.org/flickcurl
- dnf - flickcurl-devel - 1.26-31.fc44: normalized package name match | Fedora Rawhide package metadata: flickcurl-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Development files for flickcurl | http://librdf.org/flickcurl
- pacman - flickcurl - 1.26-13: normalized package name match | Arch Linux sync databases: flickcurl from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | C library for the Flickr API | http://librdf.org/flickcurl/


## Verwandte Links

- [Terminal utility packages](https://www.automicvault.com/de/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/de/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://www.automicvault.com/de/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/de/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [pkgconf](https://www.automicvault.com/de/pkg/brew/pkgconf/) - Build dependency declared by Homebrew.
- [glib](https://www.automicvault.com/de/pkg/brew/glib/) - Shares av.db curated category or tags: c, cli, developer-tools, libraries, library.
- [gwenhywfar](https://www.automicvault.com/de/pkg/brew/gwenhywfar/) - Shares av.db curated category or tags: c, cli, developer-tools, libraries, library.
- [hidapi](https://www.automicvault.com/de/pkg/brew/hidapi/) - Shares av.db curated category or tags: c, cli, developer-tools, libraries, library.
- [json-glib](https://www.automicvault.com/de/pkg/brew/json-glib/) - Shares av.db curated category or tags: c, cli, developer-tools, libraries, library.
- [libcmph](https://www.automicvault.com/de/pkg/brew/libcmph/) - Shares av.db curated category or tags: c, cli, developer-tools, libraries, library.
- [libdatrie](https://www.automicvault.com/de/pkg/brew/libdatrie/) - Shares av.db curated category or tags: c, cli, developer-tools, libraries, library.
- [libdeflate](https://www.automicvault.com/de/pkg/brew/libdeflate/) - Shares av.db curated category or tags: c, cli, developer-tools, libraries, library.
- [nspr](https://www.automicvault.com/de/pkg/brew/nspr/) - Shares av.db curated category or tags: c, cli, developer-tools, libraries, library.
- [goolabs](https://www.automicvault.com/de/pkg/brew/goolabs/) - Local metadata places this package in an adjacent workflow. Shared terms: api, api-client, cli, client, developer.
- [languagetool-rust](https://www.automicvault.com/de/pkg/brew/languagetool-rust/) - Local metadata places this package in an adjacent workflow. Shared terms: api, api-client, cli, client, developer.
- [resty](https://www.automicvault.com/de/pkg/brew/resty/) - Local metadata places this package in an adjacent workflow. Shared terms: api, api-client, cli, client, developer.

## Combined YAML source

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


## Quellen

- 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
