How to Install and Uninstall python3-result.noarch Package on Rocky Linux 9
Last updated: January 10,2025
1. Install "python3-result.noarch" package
This guide let you learn how to install python3-result.noarch on Rocky Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
python3-result.noarch
Copied
2. Uninstall "python3-result.noarch" package
Please follow the guidelines below to uninstall python3-result.noarch on Rocky Linux 9:
$
sudo dnf remove
python3-result.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-result.noarch package on Rocky Linux 9
Last metadata expiration check: 0:31:52 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : python3-result
Version : 0.10.0
Release : 1.el9
Architecture : noarch
Size : 20 k
Source : python-result-0.10.0-1.el9.src.rpm
Repository : epel
Summary : A Rust-like result type for Python
URL : https://github.com/rustedpy/result
License : MIT
Description : A simple Result type for Python 3 inspired by Rust, fully type annotated.
:
: The idea is that a result value can be either `Ok(value)` or `Err(error)`, with
: a way to differentiate between the two. `Ok` and `Err` are both classes
: encapsulating an arbitrary value. `Result[T, E]` is a generic type alias for
: `typing.Union[Ok[T], Err[E]]`.
Available Packages
Name : python3-result
Version : 0.10.0
Release : 1.el9
Architecture : noarch
Size : 20 k
Source : python-result-0.10.0-1.el9.src.rpm
Repository : epel
Summary : A Rust-like result type for Python
URL : https://github.com/rustedpy/result
License : MIT
Description : A simple Result type for Python 3 inspired by Rust, fully type annotated.
:
: The idea is that a result value can be either `Ok(value)` or `Err(error)`, with
: a way to differentiate between the two. `Ok` and `Err` are both classes
: encapsulating an arbitrary value. `Result[T, E]` is a generic type alias for
: `typing.Union[Ok[T], Err[E]]`.