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

Last updated: May 18,2024

1. Install "python39-unyt" package

Please follow the step by step instructions below to install python39-unyt on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-unyt

2. Uninstall "python39-unyt" package

This guide covers the steps necessary to uninstall python39-unyt on openSuSE Tumbleweed:

$ sudo zypper remove python39-unyt

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

Information for package python39-unyt:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-unyt
Version : 3.0.1-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 1.1 MiB
Installed : No
Status : not installed
Source package : python-unyt-3.0.1-1.1.src
Upstream URL : https://github.com/yt-project/unyt
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*.