How to Install and Uninstall python3-discogs-client Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 19,2024

1. Install "python3-discogs-client" package

This is a short guide on how to install python3-discogs-client on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-discogs-client

2. Uninstall "python3-discogs-client" package

In this section, we are going to explain the necessary steps to uninstall python3-discogs-client on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove python3-discogs-client $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-discogs-client package on Ubuntu 21.10 (Impish Indri)

Package: python3-discogs-client
Architecture: all
Version: 2.3.5-2
Priority: optional
Section: universe/python
Source: python-discogs-client
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 60
Depends: python3-certifi, python3-chardet, python3-coverage, python3-docopt, python3-idna, python3-oauthlib, python3-pkg-resources, python3-requests, python3-urllib3, python3-yaml, python3:any
Filename: pool/universe/p/python-discogs-client/python3-discogs-client_2.3.5-2_all.deb
Size: 13016
MD5sum: 3f440b9660306d2f645b9a820eb0c145
SHA1: 0bfd2175d17d420ffc9ec09bd6087dc5ee9869c9
SHA256: 80daefeb5da8ec42263829c9b7b391440be8dca0fa8fa89c833bea8491bfac2e
SHA512: 552d624d27b99dff0f979ca080756064d8ba6fa52404f170b925258f8a24553adf8ee3cf4855acb783f1b2f273327f282db0265b46c5483e5af7f989b59a796c
Homepage: https://github.com/joalla/discogs_client
Description-en: Python module to access the Discogs API
This is an active fork of the "official Discogs API client for Python", which
was deprecated by discogs.com as of June 2020. The Joalla Team decided to
continue maintenance of this useful Python module. Contributions are welcome
by submitting pull-requests to https://github.com/joalla/discogs_client.
.
python3-discogs-client enables querying the Discogs database (discogs.com)
through its REST-API for information on artists, releases, labels, users,
Marketplace listings, and more. It also supports OAuth 1.0a authorization,
which allows changing user data such as profile information, collections,
wantlists, inventory and orders.
.
Find usage information at
https://github.com/joalla/discogs_client/blob/master/README.mkd
or search and ask in the API section of the Discogs developer forum at
https://www.discogs.com/forum/topic/1082
Description-md5: c2fc9b85bd1b958c3866756097169fde
Task: ubuntustudio-audio