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

Last updated: May 10,2024

1. Install "python3-mwclient" package

This guide let you learn how to install python3-mwclient on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-mwclient

2. Uninstall "python3-mwclient" package

This guide let you learn how to uninstall python3-mwclient on Ubuntu 21.10 (Impish Indri):

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

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

Package: python3-mwclient
Architecture: all
Version: 0.10.1-1
Priority: optional
Section: universe/python
Source: mwclient
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 112
Depends: python3-requests-oauthlib, python3-six, python3:any
Filename: pool/universe/m/mwclient/python3-mwclient_0.10.1-1_all.deb
Size: 24188
MD5sum: 27d23ba1fc4626fd5e944d6772d9c659
SHA1: fc7d7baaa0efeefd53bade77c4a90e49036dd8b4
SHA256: 6d32d4e2895b8b3cd7f46199265decc6ef5ec8e81a9dda481d6c8803bd1f61cb
SHA512: 519f4b8b17f26d97734d7626efc8700b577facf40661d5d596243323f900361591667a007f8b562dba59ee73b3bafde82baced18ce934f02b5ec0da5470e269d
Homepage: https://github.com/mwclient/mwclient
Description-en: MediaWiki API client in Python
mwclient is a lightweight Python client library to the MediaWiki API
which provides access to most API functionality. It works with Python
2.7, 3.3 and above, and supports MediaWiki 1.16 and above. For
functions not available in the current MediaWiki, a
MediaWikiVersionError is raised.
.
Most properties and generators accept the same parameters as the API,
without their two-letter prefix. Exceptions to this rule:
.
* Image.imageinfo is the imageinfo of the latest image. Earlier
versions can be fetched using imagehistory()
* Site.all*: parameter [ap]from renamed to start
* categorymembers is implemented as Category.members
* deletedrevs is deletedrevisions
* usercontribs is usercontributions
* First parameters of search and usercontributions are search and
user respectively
.
Properties and generators are implemented as Python generators. Their
limit parameter is only an indication of the number of items in one
chunk. It is not the total limit. Doing list(generator(limit =
limit)) will return ALL items of generator, and not be limited by the
limit value. Default chunk size is generally the maximum chunk size.
Description-md5: d047222998e6dd230a6c8db8d375ea95