How to Install and Uninstall python3-netcdf4 Package on Kali Linux

Last updated: May 17,2024

1. Install "python3-netcdf4" package

In this section, we are going to explain the necessary steps to install python3-netcdf4 on Kali Linux

$ sudo apt update $ sudo apt install python3-netcdf4

2. Uninstall "python3-netcdf4" package

Please follow the steps below to uninstall python3-netcdf4 on Kali Linux:

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

3. Information about the python3-netcdf4 package on Kali Linux

Package: python3-netcdf4
Source: netcdf4-python (1.6.5-1)
Version: 1.6.5-1+b1
Installed-Size: 3269
Maintainer: Debian GIS Project
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), python3-certifi, python3-cftime, python3-numpy (>= 1:1.22.0), python3-numpy-abi9, python3:any, libc6 (>= 2.14), libnetcdf19 (>= 1:4.4.0)
Size: 869776
SHA256: 9cdecd78068c85d465a9c23c1a3d33e2066e9bc12e6bcd836d1d0f6fb90ced7b
SHA1: 83bc5bca98a8ec010068e32efe61332f12df5e93
MD5sum: 17395d2bd8f94fa5a1503ed46c291d35
Description: 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:
Homepage: http://unidata.github.io/netcdf4-python/
Tag: devel::lang:python, devel::library, implemented-in::python,
role::devel-lib
Section: python
Priority: optional
Filename: pool/main/n/netcdf4-python/python3-netcdf4_1.6.5-1+b1_amd64.deb