How to Install and Uninstall pysph-viewer Package on Kali Linux

Last updated: May 11,2024

1. Install "pysph-viewer" package

This tutorial shows how to install pysph-viewer on Kali Linux

$ sudo apt update $ sudo apt install pysph-viewer

2. Uninstall "pysph-viewer" package

This tutorial shows how to uninstall pysph-viewer on Kali Linux:

$ sudo apt remove pysph-viewer $ sudo apt autoclean && sudo apt autoremove

3. Information about the pysph-viewer package on Kali Linux

Package: pysph-viewer
Source: pysph
Version: 1.0~b1-8
Installed-Size: 23
Maintainer: Debian Science Maintainers
Architecture: all
Depends: python3-pysph, python3-numpy, python3:any
Recommends: mayavi2, python3-h5py, python3-pyside2.qtwidgets
Suggests: pysph-doc
Size: 11836
SHA256: 76c16cc8eaa30330288d81ba15d8ea7a24a5bd904c211eb6d32e2a51c0afbc6f
SHA1: c06bd9a6fb21febd2068c2042019b95a2808496d
MD5sum: 9394ae223c09722a0445473e58eba656
Description: Open-source framework for Smoothed Particle Hydrodynamics (viewer)
It is implemented in Python and the performance critical parts are
implemented in Cython.
.
PySPH is implemented in a way that allows a user to specify the entire
SPH simulation in pure Python. High-performance code is generated from
this high-level Python code, compiled on the fly and executed. PySPH also
features optional automatic parallelization using mpi4py and Zoltan.
.
The package contains viewer for PySPH.
Description-md5:
Homepage: https://github.com/pypr/pysph
Section: python
Priority: optional
Filename: pool/main/p/pysph/pysph-viewer_1.0~b1-8_all.deb