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

Last updated: July 01,2024

1. Install "python311-unyt" package

Please follow the steps below to install python311-unyt on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-unyt

2. Uninstall "python311-unyt" package

This guide let you learn how to uninstall python311-unyt on openSuSE Tumbleweed:

$ sudo zypper remove python311-unyt

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

Information for package python311-unyt:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-unyt
Version : 3.0.1-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 1.6 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*.