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

Last updated: November 14,2024

1. Install "python310-unyt" package

This tutorial shows how to install python310-unyt on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-unyt

2. Uninstall "python310-unyt" package

Please follow the step by step instructions below to uninstall python310-unyt on openSuSE Tumbleweed:

$ sudo zypper remove python310-unyt

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

Information for package python310-unyt:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-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*.