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

Last updated: June 07,2024

1. Install "python-whois" package

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

$ sudo apt update $ sudo apt install python-whois

2. Uninstall "python-whois" package

Here is a brief guide to show you how to uninstall python-whois on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-whois
Priority: optional
Section: universe/python
Installed-Size: 57
Maintainer: Ubuntu Developers
Original-Maintainer: Francois Marier
Architecture: all
Version: 0.7-3
Depends: python (>= 2.7), python (<< 2.8), whois, python-simplejson
Filename: pool/universe/p/python-whois/python-whois_0.7-3_all.deb
Size: 7418
MD5sum: 93f9eeeee9f3ac2b4cf822e260d2e6c5
SHA1: c5cc6fe4a869579b2b6fb185a07c4e5d605cad82
SHA256: 9e4f7a23beabb87a3019d774c9dc893b0aa6899c90619c356e9c9f5e555bbc50
Description-en: Python module for retrieving WHOIS information - Python 2
This Python wrapper for the "whois" command has a simple interface to access
parsed WHOIS data for a given domain.
.
It is able to extract data for many of the popular TLDs (com, org, net, biz,
info, pl, jp, uk, nz, ...) and queries WHOIS servers directly instead of
going through an intermediate web service.
.
This package provides Python 2 module bindings only.
Description-md5: cf5f1f99e571b520a04c42f99fbff756
Homepage: https://code.google.com/p/python-whois/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu