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

Last updated: July 02,2024

1. Install "python3-adios2" package

Please follow the steps below to install python3-adios2 on Kali Linux

$ sudo apt update $ sudo apt install python3-adios2

2. Uninstall "python3-adios2" package

This is a short guide on how to uninstall python3-adios2 on Kali Linux:

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

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

Package: python3-adios2
Source: adios2
Version: 2.9.2+dfsg1-9
Installed-Size: 26
Maintainer: Debian Science Maintainers
Architecture: all
Depends: python3-adios2-serial | python3-adios2-mpi, python3:any
Size: 8384
SHA256: c37354f2fc28b94ad1e0408b3b7a39b2226c3865a8d533d4bc8d838f0472e570
SHA1: 6531763c755a5608467eaf143cc1b4bd54a74207
MD5sum: b8e4d4fb79f8295ac7471faed2112af3
Description: ADIOS2 Adaptable IO system for simulations - Python bindings
The Adaptable IO System (ADIOS) provides a simple, flexible way for
scientists to describe the data in their code that may need to be
written, read, or processed outside of the running simulation. By
providing an external to the code XML file describing the various
elements, their types, and how you wish to process them this run, the
routines in the host code (either Fortran or C) can transparently
change how they process the data.
.
This is a dependency package raquiring either the serial or MPI build
of the ADIOS2 Python bindings.
Description-md5:
Homepage: https://github.com/ornladios/ADIOS2
Section: libs
Priority: optional
Filename: pool/main/a/adios2/python3-adios2_2.9.2+dfsg1-9_all.deb

5. The same packages on other Linux Distributions