How to Install and Uninstall python311-pyrsistent Package on openSUSE Leap

Last updated: July 03,2024

1. Install "python311-pyrsistent" package

This guide let you learn how to install python311-pyrsistent on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python311-pyrsistent

2. Uninstall "python311-pyrsistent" package

Here is a brief guide to show you how to uninstall python311-pyrsistent on openSUSE Leap:

$ sudo zypper remove python311-pyrsistent

3. Information about the python311-pyrsistent package on openSUSE Leap

Information for package python311-pyrsistent:
---------------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python311-pyrsistent
Version : 0.19.3-150400.10.3.11
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 473.1 KiB
Installed : No
Status : not installed
Source package : python-pyrsistent-0.19.3-150400.10.3.11.src
Upstream URL : http://github.com/tobgu/pyrsistent/
Summary : Persistent, Functional, Immutable data structures
Description :
Pyrsistent is a number of persistent collections
(by some referred to as functional data structures).
Persistent in the sense that they are immutable.
All methods on a data structure that would normally
mutate it instead return a new copy of the structure
containing the requested updates. The original structure
is left untouched.

5. The same packages on other Linux Distributions