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

Last updated: June 30,2024

1. Install "python310-outcome" package

This guide covers the steps necessary to install python310-outcome on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-outcome

2. Uninstall "python310-outcome" package

Learn how to uninstall python310-outcome on openSuSE Tumbleweed:

$ sudo zypper remove python310-outcome

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

Information for package python310-outcome:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-outcome
Version : 1.3.0.post0-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 34.6 KiB
Installed : No
Status : not installed
Source package : python-outcome-1.3.0.post0-1.4.src
Upstream URL : https://github.com/python-trio/outcome
Summary : Function for capturing the outcome of Python function calls
Description :
Outcome provides a function for capturing the outcome of a Python
function call, so that it can be passed around.