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

Last updated: February 24,2025

1. Install "python3-flickrapi" package

Please follow the step by step instructions below to install python3-flickrapi on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-flickrapi

2. Uninstall "python3-flickrapi" package

Please follow the step by step instructions below to uninstall python3-flickrapi on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-flickrapi
Priority: optional
Section: universe/python
Installed-Size: 109
Maintainer: Ubuntu Developers
Original-Maintainer: Thomas Schmidt
Architecture: all
Source: python-flickrapi
Version: 2.1.2-4
Depends: python3-requests, python3-requests-oauthlib, python3-requests-toolbelt, python3-six (>= 1.5.2), python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/python-flickrapi/python3-flickrapi_2.1.2-4_all.deb
Size: 24454
MD5sum: 8c4956ccf552047350cf58c516d6db5c
SHA1: d5568761c632d61628f7e715596426a6781491bd
SHA256: ad9f9501a04c1678d0fb906e5b713089df13131e0952e0917d734100bcf95007
Description-en: Flickr API wrapper for Python 3
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 3.
Description-md5: d5be2d271bd0192b7a06efd804231f89
Homepage: http://stuvel.eu/projects/flickrapi
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu