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

Last updated: November 25,2024

1. Install "python-pyproj" package

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

$ sudo apt update $ sudo apt install python-pyproj

2. Uninstall "python-pyproj" package

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

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

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

Package: python-pyproj
Priority: optional
Section: universe/python
Installed-Size: 140
Maintainer: Ubuntu Developers
Original-Maintainer: Debian GIS Project
Architecture: amd64
Version: 1.9.5.1-1build1
Provides: python2.7-pyproj
Depends: python (<< 2.8), python (>= 2.7~), python-numpy (>= 1:1.8.0), python-numpy-abi9, python:any (>= 2.7.5-5~), libc6 (>= 2.4), libproj9 (>= 4.9.0), proj-data
Filename: pool/universe/p/python-pyproj/python-pyproj_1.9.5.1-1build1_amd64.deb
Size: 41042
MD5sum: 64581b3a1f2e70d307d1200b14b0b60a
SHA1: 15a7cbb97678cd02d72801086384af79f99b59a9
SHA256: a04b8a6d7b8e8bf70bf54e1a8d12936ea85003a099f675fc1b51801d3fa59db1
Description-en: Python interface to PROJ.4 library
PROJ.4 performs cartographic transformations between geographic (lat/lon)
and map projection (x/y) coordinates. It can also transform directly
from one map projection coordinate system to another.
.
This is a Python binding to PROJ.4, it can receive coordinates as numpy
arrays, Python arrays, lists or scalars. This module is optimized for
numpy arrays.
Description-md5: 9f7a255c93da9bf046df4c4fa79f56a4
Homepage: https://github.com/jswhit/pyproj
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu