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

Last updated: May 18,2024

1. Install "python3-xkcd" package

This tutorial shows how to install python3-xkcd on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-xkcd

2. Uninstall "python3-xkcd" package

Please follow the instructions below to uninstall python3-xkcd on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-xkcd
Priority: optional
Section: universe/python
Installed-Size: 26
Maintainer: Ubuntu Developers
Original-Maintainer: Gianfranco Costamagna
Architecture: all
Source: python-xkcd
Version: 2.3.1-1
Depends: python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/python-xkcd/python3-xkcd_2.3.1-1_all.deb
Size: 5444
MD5sum: d92a6e8b6f64964e8c93301219dadbd9
SHA1: cc656d9f995dbd4510220032ae33b1e1100d7d92
SHA256: d8f3088e78b664066940e75decf3c57e82afdee54afdcccc6132f1002689cd46
Description-en: 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: d36ea3ed52136cc91f469f63f8cdaf88
Homepage: https://pythonhosted.org/xkcd/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu