How to Install and Uninstall python3-mwclient Package on Kali Linux

Last updated: May 13,2024

1. Install "python3-mwclient" package

Here is a brief guide to show you how to install python3-mwclient on Kali Linux

$ sudo apt update $ sudo apt install python3-mwclient

2. Uninstall "python3-mwclient" package

In this section, we are going to explain the necessary steps to uninstall python3-mwclient on Kali Linux:

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

3. Information about the python3-mwclient package on Kali Linux

Package: python3-mwclient
Source: mwclient
Version: 0.10.1-2
Installed-Size: 112
Maintainer: Debian Python Team
Architecture: all
Depends: python3-requests-oauthlib, python3-six, python3:any
Size: 24344
SHA256: 8bcb25df534e60cae98a32bd8e8a16d8c0a5b13e6a9afdc66ab5a4f2e389c333
SHA1: c8ec342247531a6c48e05096f661261d2ce103a2
MD5sum: 2d83cdbe8b44f17225f102b0d65b6c31
Description: 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:
Homepage: https://github.com/mwclient/mwclient
Section: python
Priority: optional
Filename: pool/main/m/mwclient/python3-mwclient_0.10.1-2_all.deb