How to Install and Uninstall python38-unyt Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "python38-unyt" package

Please follow the guidelines below to install python38-unyt on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-unyt

2. Uninstall "python38-unyt" package

Please follow the steps below to uninstall python38-unyt on openSuSE Tumbleweed:

$ sudo zypper remove python38-unyt

3. Information about the python38-unyt package on openSuSE Tumbleweed

Information for package python38-unyt:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-unyt
Version : 2.8.0-1.3
Arch : noarch
Vendor : openSUSE
Installed Size : 903,3 KiB
Installed : No
Status : not installed
Source package : python-unyt-2.8.0-1.3.src
Summary : A package for handling numpy arrays with units
Description :
A 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*.