How to Install and Uninstall libgridtools-dev Package on Kali Linux

Last updated: May 04,2024

1. Install "libgridtools-dev" package

Please follow the steps below to install libgridtools-dev on Kali Linux

$ sudo apt update $ sudo apt install libgridtools-dev

2. Uninstall "libgridtools-dev" package

This tutorial shows how to uninstall libgridtools-dev on Kali Linux:

$ sudo apt remove libgridtools-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libgridtools-dev package on Kali Linux

Package: libgridtools-dev
Source: gridtools
Version: 2.3.2-1
Installed-Size: 1719
Maintainer: Alastair McKinstry
Architecture: amd64
Depends: gfortran-13 | gfortran-mod-15, ecbuild, mpi-default-dev, pybind11-dev, libboost-dev, libgtest-dev, libgmock-dev
Size: 204040
SHA256: 3fd9500b095721c4fa46618cab937e17047e70aacb205fbf6fc6bbe066f2ffc2
SHA1: bbd744208eb7ed9016ad127a3b40b86a687b0924
MD5sum: b56c99e220b5901849fa396947dc068f
Description: Framework for storage and computation on Weather and Climate Grids
The GridTools (GT) framework is a set of libraries and utilities to develop
performance portable applications in which stencil operations on grids are
central. It provides regular and block-structured grids commonly found in the
weather and climate application field, addresses the challenges that arise
from integration into production code, such as the expression of boundaryi
conditions, or conditional execution. The framework is structured such that
it can be called from different weather models or programming interfaces,
and can target various computer architectures. This is achieved by separating
the GT core library in a user facing part (frontend) and architecture specific
(backend) parts. The core library also abstracts various possible data layouts
and applies optimizations on stages with multiple stencils.
The core library is complemented by facilities to interoperate with other
languages (such as C and Fortran), to aid code development and a communication
layer.
Description-md5:
Multi-Arch: same
Homepage: https://gridtools.github.io/gridtools/latest/index.html
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/g/gridtools/libgridtools-dev_2.3.2-1_amd64.deb