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

Last updated: May 06,2024

1. Install "python-geopy" package

Here is a brief guide to show you how to install python-geopy on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-geopy

2. Uninstall "python-geopy" package

In this section, we are going to explain the necessary steps to uninstall python-geopy on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-geopy
Priority: optional
Section: universe/python
Installed-Size: 231
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: geopy
Version: 1.11.0+ds1-1
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Recommends: python-requests, python-requests-oauthlib, python-tz
Filename: pool/universe/g/geopy/python-geopy_1.11.0+ds1-1_all.deb
Size: 38406
MD5sum: a2cfa556eab06bab59c018bbacd6e9ad
SHA1: 5c10c6937a68740dfe3d3b276c22b93da8734e41
SHA256: 1148798a2f01f31fdd26f93e73a820a10b24712929c6a26f6692af99d18f9eb2
Description-en: geocoding toolbox for Python
geopy makes it easy for developers to locate the coordinates of addresses,
cities, countries, and landmarks across the globe using third-party geocoders
and other sources of data, such as wikis.
It also comes with the necessary means for parsing geographical coordinates
and geodesic distance calculation (using great-circle distance or Vincenty
distance). The distance module also contains useful routines for converting
between length and angle units.
Description-md5: 4f1f165de7ee18ebc0ddf02a2f55df84
Homepage: https://github.com/geopy/geopy
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu