How To Install flickcurl on Fedora 36

In this tutorial we learn how to install flickcurl in Fedora 36. flickcurl is C library for the Flickr API

Introduction

In this tutorial we learn how to install flickcurl on Fedora 36.

What is flickcurl

Flickcurl is a C library for the Flickr API, handling creating the requests, signing, token management, calling the API, marshalling request parameters and decoding responses. It uses libcurl to call the REST web service and libxml2 to manipulate the XML responses. Flickcurl supports all of the API including the functions for photo/video uploading, browsing, searching, adding and editing comments, groups, notes, photosets, categories, activity, blogs, favorites, places, tags, machine tags, institutions, pandas and photo/video metadata. It also includes a program flickrdf to turn photo metadata, tags, machine tags and places into an RDF triples description.

We can use yum or dnf to install flickcurl on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install flickcurl.

Install flickcurl on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install flickcurl using dnf by running the following command:

sudo dnf -y install flickcurl

Install flickcurl on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install flickcurl using yum by running the following command:

sudo yum -y install flickcurl

How To Uninstall flickcurl on Fedora 36

To uninstall only the flickcurl package we can use the following command:

sudo dnf remove flickcurl

flickcurl Package Contents on Fedora 36

---
title: "How To Install flickcurl on Fedora 36"
linkTitle: "flickcurl"
type: "docs"
description: "In this tutorial we learn how to install flickcurl in Fedora 36. flickcurl is C library for the Flickr API"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/flickcurl-featured.png
---

## Introduction

In this tutorial we learn how to install `flickcurl` on Fedora 36.

### What is `flickcurl`

> Flickcurl is a C library for the Flickr API, handling creating the requests, signing, token management, calling the API, marshalling request parameters and decoding responses. It uses libcurl to call the REST web service and libxml2 to manipulate the XML responses. Flickcurl supports all of the API including the functions for photo/video uploading, browsing, searching, adding and editing comments, groups, notes, photosets, categories, activity, blogs, favorites, places, tags, machine tags, institutions, pandas and photo/video metadata. It also includes a program flickrdf to turn photo metadata, tags, machine tags and places into an RDF triples description.  

We can use `yum` or `dnf` to install `flickcurl` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install flickcurl.

## Install flickcurl on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

After updating yum database, We can install flickcurl using dnf by running the following command:

sudo dnf -y install flickcurl

Install flickcurl on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install flickcurl using yum by running the following command:

sudo yum -y install flickcurl

How To Uninstall flickcurl on Fedora 36

To uninstall only the flickcurl package we can use the following command:

sudo dnf remove flickcurl

flickcurl Package Contents on Fedora 36

/usr/bin/flickcurl
/usr/bin/flickrdf
/usr/lib/.build-id
/usr/lib/.build-id/0a
/usr/lib/.build-id/0a/148aa60e1afaa86e8cb267f252d4cf1c4876cf
/usr/lib/.build-id/73
/usr/lib/.build-id/73/d4b85623a53cf66875d6e1872d988dd4f6495f
/usr/lib/.build-id/aa
/usr/lib/.build-id/aa/ae0072c3316e2701b8f55bf4f238c9a61a2dda
/usr/lib64/libflickcurl.so.0
/usr/lib64/libflickcurl.so.0.0.0
/usr/share/doc/flickcurl
/usr/share/doc/flickcurl/AUTHORS
/usr/share/doc/flickcurl/NOTICE
/usr/share/doc/flickcurl/README
/usr/share/licenses/flickcurl
/usr/share/licenses/flickcurl/LICENSE-2.0.txt
/usr/share/licenses/flickcurl/LICENSE.html
/usr/share/man/man1/flickcurl.1.gz
/usr/share/man/man1/flickrdf.1.gz
/usr/bin/flickcurl
/usr/bin/flickrdf
/usr/lib/.build-id
/usr/lib/.build-id/06
/usr/lib/.build-id/06/53f47f657df1c9b1662e3280bc26f5e4b24695
/usr/lib/.build-id/c3
/usr/lib/.build-id/c3/0d4782f1d00f0f450b7667d05a17e106f5c1ee
/usr/lib/.build-id/fc
/usr/lib/.build-id/fc/56ebf0e19a9e22edc9ff72c604d4c67a59b0ac
/usr/lib/libflickcurl.so.0
/usr/lib/libflickcurl.so.0.0.0
/usr/share/doc/flickcurl
/usr/share/doc/flickcurl/AUTHORS
/usr/share/doc/flickcurl/NOTICE
/usr/share/doc/flickcurl/README
/usr/share/licenses/flickcurl
/usr/share/licenses/flickcurl/LICENSE-2.0.txt
/usr/share/licenses/flickcurl/LICENSE.html
/usr/share/man/man1/flickcurl.1.gz
/usr/share/man/man1/flickrdf.1.gz

References



* [flickcurl website](http://librdf.org/flickcurl)
## References


* [flickcurl website](http://librdf.org/flickcurl)
## Summary


## Summary

In this tutorial we learn how to install `flickcurl` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).
In this tutorial we learn how to install `flickcurl` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).