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

Last updated: May 11,2024

1. Install "python-geohash" package

This guide covers the steps necessary to install python-geohash on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-geohash

2. Uninstall "python-geohash" package

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

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

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

Package: python-geohash
Priority: optional
Section: universe/python
Installed-Size: 76
Maintainer: Ubuntu Developers
Original-Maintainer: Davide Cavalca
Architecture: amd64
Version: 0.8.3-1.1
Depends: libc6 (>= 2.14), python (<< 2.8), python (>= 2.7~), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/python-geohash/python-geohash_0.8.3-1.1_amd64.deb
Size: 18592
MD5sum: 0c154631f93317c9865f8d3867059edb
SHA1: b6be50ac2c5834d5a1fc6692d248109b3b98c88f
SHA256: 2e96e749881f57f31a264bb04fbfdaf6ae4362685f09b12b9d1452e20ab06c05
Description-en: fast, accurate Python geohashing library
python-geohash provides fast and accurate geohash encoding and decoding
functionality. Geohash is a latitude/longitude geocode system (a string
representation of two dimensional geometric coordinates). In addition to
geohash, this module also supports the quadtree, jpgrid (JIS X 0410) and
jpiarea grid codes.
Description-md5: 5ee2bc9e25fd65f82e8d962dd30dbaf6
Homepage: http://code.google.com/p/python-geohash/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu