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

Last updated: May 17,2024

1. Install "python3-pyproj" package

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

$ sudo apt update $ sudo apt install python3-pyproj

2. Uninstall "python3-pyproj" package

This tutorial shows how to uninstall python3-pyproj on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-pyproj
Priority: optional
Section: universe/python
Installed-Size: 140
Maintainer: Ubuntu Developers
Original-Maintainer: Debian GIS Project
Architecture: amd64
Source: python-pyproj
Version: 1.9.5.1-1build1
Depends: python3 (<< 3.6), python3 (>= 3.5~), python3-numpy (>= 1:1.8.0), python3-numpy-abi9, libc6 (>= 2.4), libproj9 (>= 4.9.0), proj-data
Filename: pool/universe/p/python-pyproj/python3-pyproj_1.9.5.1-1build1_amd64.deb
Size: 40850
MD5sum: c86709e00ea4b5b77832fc5481f88c24
SHA1: 3f5841fa31b146484be508e20cbf17aaeb704ac5
SHA256: 7edd34e50756028f459cbf679a39bcf43456a79e41c269e84dfbd725460062a7
Description-en: Python 3 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 3 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: 31a7fd3c9e8c8c431e8f0c7c38e64eda
Homepage: https://github.com/jswhit/pyproj
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu