# Installer flickcurl avec Homebrew, apk, apt, dnf, MacPorts, pacman, zypper

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

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install flickcurl
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install flickcurl
```

  Preuve: 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
```

  Preuve: 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
```

  Preuve: 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
```

  Preuve: 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
```

  Preuve: 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
```

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

## Faits du paquet

- **Clé du paquet:** brew:flickcurl
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/flickcurl>
- **Version:** 1.26
- **Résumé source:** Library for the Flickr API
- **Page d'accueil:** <https://librdf.org/flickcurl/>
- **Dépôt:** <https://github.com/dajobe/flickcurl>
- **Docs amont:** <https://librdf.org/flickcurl>
- **Licence:** GPL-2.0-or-later OR LGPL-2.1-or-later
- **Archive source:** <https://download.dajobe.org/flickcurl/flickcurl-1.26.tar.gz>
- **Dernière mise à jour:** 2026-06-19T12:30:40-07:00
- **Généré:** 2026-07-08T07:18:31+00:00

## exécutables

- flickcurl (cli)
- flickcurl-config (cli)
- flickrdf (cli)
- flickcurl (alias)
- flickcurl-config (alias)
- flickrdf (alias)

## Dépendances de compilation

- pkgconf

## Bibliothèques fournies par macOS

- curl
- libxml2

## 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: 1.26
- gestionnaire mis à jour: 2026-06-19
- données locales: OK
- dépôt amont: https://librdf.org/flickcurl/
- info: Release/tag comparison is only available for GitHub repositories.
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

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

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.

### Chronologie

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

### Sources

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


## Notes de sécurité

library-like package without higher-risk signals.

- **Risque Geiger:** vert / faible
- 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
## Détails de la base source

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

## Autres enregistrements de gestionnaires de paquets

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


## Liens liés

- [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.
- [Developer build packages](https://www.automicvault.com/fr/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/fr/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [pkgconf](https://www.automicvault.com/fr/pkg/brew/pkgconf/) - Build dependency declared by Homebrew.
- [glib](https://www.automicvault.com/fr/pkg/brew/glib/) - Shares av.db curated category or tags: c, cli, developer-tools, libraries, library.
- [gwenhywfar](https://www.automicvault.com/fr/pkg/brew/gwenhywfar/) - Shares av.db curated category or tags: c, cli, developer-tools, libraries, library.
- [hidapi](https://www.automicvault.com/fr/pkg/brew/hidapi/) - Shares av.db curated category or tags: c, cli, developer-tools, libraries, library.
- [json-glib](https://www.automicvault.com/fr/pkg/brew/json-glib/) - Shares av.db curated category or tags: c, cli, developer-tools, libraries, library.
- [libcmph](https://www.automicvault.com/fr/pkg/brew/libcmph/) - Shares av.db curated category or tags: c, cli, developer-tools, libraries, library.
- [libdatrie](https://www.automicvault.com/fr/pkg/brew/libdatrie/) - Shares av.db curated category or tags: c, cli, developer-tools, libraries, library.
- [libdeflate](https://www.automicvault.com/fr/pkg/brew/libdeflate/) - Shares av.db curated category or tags: c, cli, developer-tools, libraries, library.
- [nspr](https://www.automicvault.com/fr/pkg/brew/nspr/) - Shares av.db curated category or tags: c, cli, developer-tools, libraries, library.
- [goolabs](https://www.automicvault.com/fr/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/fr/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/fr/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)


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