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

Last updated: June 02,2024

1. Install "python310-pyrsistent" package

Please follow the steps below to install python310-pyrsistent on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-pyrsistent

2. Uninstall "python310-pyrsistent" package

In this section, we are going to explain the necessary steps to uninstall python310-pyrsistent on openSuSE Tumbleweed:

$ sudo zypper remove python310-pyrsistent

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

Information for package python310-pyrsistent:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-pyrsistent
Version : 0.20.0-1.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 417.3 KiB
Installed : No
Status : not installed
Source package : python-pyrsistent-0.20.0-1.4.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.