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

Last updated: May 18,2024

1. Install "python-grib" package

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

$ sudo apt update $ sudo apt install python-grib

2. Uninstall "python-grib" package

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

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

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

Package: python-grib
Priority: optional
Section: universe/python
Installed-Size: 881
Maintainer: Ubuntu Developers
Original-Maintainer: Alastair McKinstry
Architecture: amd64
Source: pygrib
Version: 2.0.1-1
Provides: python2.7-grib
Depends: libc6 (>= 2.4), libgrib-api0 (>= 1.14.3), libgrib2c0d, python-numpy (>= 1:1.10.0~b1), python-numpy-abi9, python (<< 2.8), python (>= 2.7~), python:any (>= 2.7.5-5~), python-pyproj, libgrib-api-dev, libgrib2c-dev, libjasper-dev, libpng-dev, python3-grib (>> 2.0.0-1)
Recommends: python-grib-doc
Filename: pool/universe/p/pygrib/python-grib_2.0.1-1_amd64.deb
Size: 195828
MD5sum: db1fcecb84ce74dec59a638a8f567c33
SHA1: 63aa8911de84ce67b2dca38eb292865aae5ab9dc
SHA256: 66aef4d4bf68b73223dfa8885dec1007f7c781a111b95c71ca50f5d39b2807a0
Description-en: Python module for reading and writing GRIB files
Python module for reading and writing GRIB (editions 1 and 2) files.
GRIB is the World Meterological Organization standard for
distributing gridded data. The module is a Python interface
to the GRIB API C library from the
European Centre for Medium-Range Weather Forecasts (ECMWF).
Description-md5: 3c494cb9d4ccbc9f4aabf468d22d5aac
Homepage: https://github.com/jswhit/pygrib
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu