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

Last updated: May 02,2024

1. Install "python3-grib" package

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

$ sudo apt update $ sudo apt install python3-grib

2. Uninstall "python3-grib" package

Learn how to uninstall python3-grib on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-grib
Priority: optional
Section: universe/python
Installed-Size: 885
Maintainer: Ubuntu Developers
Original-Maintainer: Alastair McKinstry
Architecture: amd64
Source: pygrib
Version: 2.0.1-1
Replaces: python-grib (<< 2.0.0-1), python-grib-doc (<< 2.0.0-2)
Depends: libc6 (>= 2.4), libgrib-api0 (>= 1.14.3), libgrib2c0d, python3-numpy (>= 1:1.10.0~b1), python3-numpy-abi9, python3 (<< 3.6), python3 (>= 3.5~), python3-pyproj, libgrib-api-dev, libgrib2c-dev, libjasper-dev, libpng-dev
Recommends: python-grib-doc
Breaks: python-grib (<< 2.0.0-1), python-grib-doc (<< 2.0.0-2)
Filename: pool/universe/p/pygrib/python3-grib_2.0.1-1_amd64.deb
Size: 200324
MD5sum: 67ec7683f0ed896b9384947f0396292f
SHA1: 749a99c81de5525cb4a0b6d28aab2b5c921474f9
SHA256: 7f8d815aef7ac6bc6587182151d28e9506e7c9e273000746a3c258b5cd007b5b
Description-en: Python 3 module for reading and writing GRIB files
Python 3 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 3 interface
to the GRIB API C library from the
European Centre for Medium-Range Weather Forecasts (ECMWF).
.
This package also contains the cnvgrib1to2, grib_list, grib_repack, and
cnvgrib2to1 scripts.
Description-md5: 914b7563eb5a65791173632367a72e64
Homepage: https://github.com/jswhit/pygrib
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu