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

Last updated: May 08,2024

1. Install "python3-netcdf4" package

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

$ sudo apt update $ sudo apt install python3-netcdf4

2. Uninstall "python3-netcdf4" package

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

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

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

Package: python3-netcdf4
Priority: optional
Section: universe/python
Installed-Size: 1422
Maintainer: Ubuntu Developers
Original-Maintainer: Debian GIS Project
Architecture: amd64
Source: netcdf4-python
Version: 1.2.2-2
Depends: python3 (<< 3.6), python3 (>= 3.5~), python3-numpy (>= 1:1.10.0~b1), python3-numpy-abi9, libc6 (>= 2.14), libnetcdf11 (>= 4.3.3)
Filename: pool/universe/n/netcdf4-python/python3-netcdf4_1.2.2-2_amd64.deb
Size: 410328
MD5sum: 7fce09062ec5594d1be5a749b6474786
SHA1: ace891527cc22df6cfda765dd1ec532836aa5858
SHA256: ff8e320fa9d31b5b8a2db8a73ff009d00b875d944e37b61b31b579808dd8a80a
Description-en: Python 3 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 3.
Description-md5: e34b73949ef3966b0f0ba92d68733944
Homepage: http://unidata.github.io/netcdf4-python/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu