# 使用 Homebrew, apk, apt, dnf, MacPorts, pacman, zypper 安装 flickcurl

查看 flickcurl 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

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

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install flickcurl
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install flickcurl
```

  证据: 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
```

  证据: 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
```

  证据: 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
```

  证据: 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
```

  证据: 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
```

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

## 软件包事实

- **软件包键:** brew:flickcurl
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/flickcurl>
- **版本:** 1.26
- **来源摘要:** Library for the Flickr API
- **主页:** <https://librdf.org/flickcurl/>
- **仓库:** <https://github.com/dajobe/flickcurl>
- **上游文档:** <https://librdf.org/flickcurl>
- **许可证:** GPL-2.0-or-later OR LGPL-2.1-or-later
- **源码归档:** <https://download.dajobe.org/flickcurl/flickcurl-1.26.tar.gz>
- **最后更新:** 2026-06-19T12:30:40-07:00
- **已生成:** 2026-07-08T07:18:31+00:00

## 可执行文件

- flickcurl (cli)
- flickcurl-config (cli)
- flickrdf (cli)
- flickcurl (别名)
- flickcurl-config (别名)
- flickrdf (别名)

## 构建依赖

- pkgconf

## macOS 提供的库

- curl
- libxml2

## 安装行为

- post-install 钩子: 未定义
- Bottle: 可用 于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## 版本和新鲜度

- 页面生成时间: 2026-07-08
- 管理器版本: 1.26
- 管理器更新时间: 2026-06-19
- 本地数据: OK
- 上游仓库: https://librdf.org/flickcurl/
- 信息: Release/tag comparison is only available for GitHub repositories.
## 项目历史与用法

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.

### 项目历史

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.

### 采用历史

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.

### 使用方式

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.

### 为什么软件包爱好者会关心

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.

### 时间线

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

### 来源

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


## 安全说明

library-like package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- 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
## 源数据库详情

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

## 其他软件包管理器记录

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


## 相关链接

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


## 来源

- 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
