How to Install and Uninstall python-xkcd-doc Package on Kali Linux

Last updated: April 30,2024

1. Install "python-xkcd-doc" package

Learn how to install python-xkcd-doc on Kali Linux

$ sudo apt update $ sudo apt install python-xkcd-doc

2. Uninstall "python-xkcd-doc" package

Learn how to uninstall python-xkcd-doc on Kali Linux:

$ sudo apt remove python-xkcd-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-xkcd-doc package on Kali Linux

Package: python-xkcd-doc
Source: python-xkcd
Version: 2.4.2-5
Installed-Size: 111
Maintainer: Gianfranco Costamagna
Architecture: all
Depends: libjs-sphinxdoc (>= 7.2.2)
Size: 17652
SHA256: 5fb1d00a8892829ac49efd1524775863d3b58e5975091c6693c71dbab6106f60
SHA1: a39a3f0de975d5161ac67b661b7b2b2e487f6161
MD5sum: 8f5381067f3c91e3712380f163b78be8
Description: Python library for accessing xkcd.com (common documentation)
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 common documentation package.
Description-md5:
Homepage: https://pythonhosted.org/xkcd/
Section: doc
Priority: optional
Filename: pool/main/p/python-xkcd/python-xkcd-doc_2.4.2-5_all.deb