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

Last updated: May 20,2024

1. Install "python3-pyrsistent" package

Please follow the instructions below to install python3-pyrsistent on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-pyrsistent

2. Uninstall "python3-pyrsistent" package

In this section, we are going to explain the necessary steps to uninstall python3-pyrsistent on openSUSE Leap:

$ sudo zypper remove python3-pyrsistent

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

Information for package python3-pyrsistent:
-------------------------------------------
Repository : Main Repository
Name : python3-pyrsistent
Version : 0.14.4-3.2.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 485.6 KiB
Installed : No
Status : not installed
Source package : python-pyrsistent-0.14.4-3.2.1.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.