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

Last updated: May 20,2024

1. Install "python2-pyrsistent" package

This guide covers the steps necessary to install python2-pyrsistent on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-pyrsistent

2. Uninstall "python2-pyrsistent" package

This guide let you learn how to uninstall python2-pyrsistent on openSUSE Leap:

$ sudo zypper remove python2-pyrsistent

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

Information for package python2-pyrsistent:
-------------------------------------------
Repository : Main Repository
Name : python2-pyrsistent
Version : 0.14.4-1.24
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 423,9 KiB
Installed : No
Status : not installed
Source package : python-pyrsistent-0.14.4-1.24.src
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.