How to Install and Uninstall python-xkcd Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 15,2024

1. Install "python-xkcd" package

Please follow the guidelines below to install python-xkcd on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-xkcd

2. Uninstall "python-xkcd" package

Learn how to uninstall python-xkcd on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python-xkcd package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-xkcd
Priority: optional
Section: universe/python
Installed-Size: 28
Maintainer: Ubuntu Developers
Original-Maintainer: Gianfranco Costamagna
Architecture: all
Version: 2.3.1-1
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/python-xkcd/python-xkcd_2.3.1-1_all.deb
Size: 5558
MD5sum: bae2cf0861490026944e8498b6da726b
SHA1: adb66c65b479e5d1f10279317c0dbca446258205
SHA256: d94df6ace48a9a6bdabbc282ada1dc2c6630a5993c24b502e0d7e6cbdfe5209f
Description-en: Python2 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 2 version of the package.
Description-md5: 1fe0ea0de985470f5e0d860304576947
Homepage: https://pythonhosted.org/xkcd/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu