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

Last updated: May 09,2024

1. Install "python3-xkcd" package

Please follow the guidelines below to install python3-xkcd on Kali Linux

$ sudo apt update $ sudo apt install python3-xkcd

2. Uninstall "python3-xkcd" package

This tutorial shows how to uninstall python3-xkcd on Kali Linux:

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

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

Package: python3-xkcd
Source: python-xkcd
Version: 2.4.2-5
Installed-Size: 42
Maintainer: Gianfranco Costamagna
Architecture: all
Depends: python3:any
Suggests: python-xkcd-doc
Size: 10060
SHA256: 92bc8fca01e507efcc9a256df8ad48cd1f2c5037733d739fa2c7c351856a10e4
SHA1: b3c921d64be47a0059e81af435966faef38f3241
MD5sum: 923671a575c0d6db6a6160ce9b6e87b7
Description: Python3 library for accessing xkcd.com
This is a Python library for accessing and retrieving links to comics from the
xkcd webcomic by Randall Munroe. It is NOT endorsed or made by him, it’s an
entirely independent project.
.
It makes use of the JSON interface to Randall’s site to retrieve comic data.
.
One can create comic objects manually using Comic(number), or can use the
helper functions provided- getLatestComic(), getRandomComic(), and getComic()-
to do this. Once you have a Comic object, you can access data from it using
various provided methods.
.
This is the Python 3 version of the package.
Description-md5:
Homepage: https://pythonhosted.org/xkcd/
Section: python
Priority: optional
Filename: pool/main/p/python-xkcd/python3-xkcd_2.4.2-5_all.deb