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

Last updated: May 18,2024

1. Install "python3-unyt" package

This guide covers the steps necessary to install python3-unyt on Kali Linux

$ sudo apt update $ sudo apt install python3-unyt

2. Uninstall "python3-unyt" package

Please follow the guidance below to uninstall python3-unyt on Kali Linux:

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

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

Package: python3-unyt
Source: unyt
Version: 3.0.1-1
Installed-Size: 586
Maintainer: Debian Python Team
Architecture: all
Depends: python3-numpy, python3-packaging, python3-sympy, python3:any
Size: 115196
SHA256: c2716268bbc431f952dd00e5def2d64fb9da89b5540ce21f9e12359b3650d896
SHA1: 05042cb726c0189575ad2568cb6e590b472247d4
MD5sum: b20283dd49706c34e061f8510bdf8a4d
Description: Python package for handling numpy arrays with units
Often writing code that deals with data that has units can be
confusing. A function might return an array but at least with plain
NumPy arrays, there is no way to easily tell what the units of the
data are without somehow knowing a priori.
.
The unyt package (pronounced like “unit”) provides a subclass of
NumPy’s ndarray class that knows about units.
Description-md5:
Homepage: https://github.com/yt-project/unyt
Section: python
Priority: optional
Filename: pool/main/u/unyt/python3-unyt_3.0.1-1_all.deb