How to Install and Uninstall python3-outcome Package on openSUSE Leap

Last updated: May 19,2024

1. Install "python3-outcome" package

This guide covers the steps necessary to install python3-outcome on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-outcome

2. Uninstall "python3-outcome" package

Learn how to uninstall python3-outcome on openSUSE Leap:

$ sudo zypper remove python3-outcome

3. Information about the python3-outcome package on openSUSE Leap

Information for package python3-outcome:
----------------------------------------
Repository : Main Repository
Name : python3-outcome
Version : 1.0.0-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 37.2 KiB
Installed : No
Status : not installed
Source package : python-outcome-1.0.0-bp155.2.10.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.