How to Install and Uninstall python-flickrapi Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: September 20,2024

1. Install "python-flickrapi" package

This tutorial shows how to install python-flickrapi on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-flickrapi

2. Uninstall "python-flickrapi" package

Please follow the guidelines below to uninstall python-flickrapi on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-flickrapi $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-flickrapi package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-flickrapi
Priority: optional
Section: universe/python
Installed-Size: 109
Maintainer: Ubuntu Developers
Original-Maintainer: Thomas Schmidt
Architecture: all
Version: 2.1.2-4
Depends: python-requests, python-requests-oauthlib, python-requests-toolbelt, python-six (>= 1.5.2), python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/python-flickrapi/python-flickrapi_2.1.2-4_all.deb
Size: 24376
MD5sum: 983afddbe846c5012e414681ba80b7fe
SHA1: d6367ac25d44b0334c320f521d673dc66b5b2bb8
SHA256: af2001e62d1810cc3dbbf31e9c95974f8e37c192eebc7c0f0ddaf2a959dd1887
Description-en: Flickr API wrapper for Python 2
Python-flickrapi is a complete and easy to use Python
module for interfacing with the Flickr API (see
https://www.flickr.com/services/api/ for details on
the Flickr API).
.
the main features are:
.
- keeping track of authentication credentials
(no need to pass them on every Flickr API call)
- caching of API calls
- support for uploading and replacing photos
- support for different XML parsers
.
This package installs the library for Python 2.
Description-md5: 4f99a871de6aa285ca58a2f62a30d0c3
Homepage: http://stuvel.eu/projects/flickrapi
Python-Version: 2.7
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu