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

Last updated: May 17,2024

1. Install "python-netcdf4" package

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

$ sudo apt update $ sudo apt install python-netcdf4

2. Uninstall "python-netcdf4" package

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

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

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

Package: python-netcdf4
Priority: optional
Section: universe/python
Installed-Size: 1436
Maintainer: Ubuntu Developers
Original-Maintainer: Debian GIS Project
Architecture: amd64
Source: netcdf4-python
Version: 1.2.2-2
Depends: python (<< 2.8), python (>= 2.7~), python-numpy (>= 1:1.10.0~b1), python-numpy-abi9, python:any (>= 2.7.5-5~), libc6 (>= 2.14), libnetcdf11 (>= 4.3.3)
Filename: pool/universe/n/netcdf4-python/python-netcdf4_1.2.2-2_amd64.deb
Size: 410470
MD5sum: 12da543c644f28cbf9676a8cd368e4cf
SHA1: f9c1ca5a6ec86b74a0919fdc7527724ec373f09a
SHA256: cc4fa92ade8fd75a16f465bef4e7e227cda3499233729adc88b4dbda4d57b23f
Description-en: Python interface to the netCDF4 (network Common Data Form) library
NetCDF version 4 has many features not found in earlier versions of the
library and is implemented on top of HDF5. This module can read and write
files in both the new netCDF 4 and the old netCDF 3 format, and can create
files that are readable by HDF5 clients. The API is modelled after
Scientific.IO.NetCDF, and should be familiar to users of that module.
.
Most new features of netCDF 4 are implemented, such as multiple unlimited
dimensions, groups and zlib data compression. All the new numeric data types
(such as 64 bit and unsigned integer types) are implemented. Compound and
variable length (vlen) data types are supported, but the enum and opaque data
types are not. Mixtures of compound and vlen data types (compound types
containing vlens, and vlens containing compound types) are not supported.
.
This package contains the netCDF 4 module for Python 2.
Description-md5: b4efb0de2fc2f013589e71e8dc52c949
Homepage: http://unidata.github.io/netcdf4-python/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu