How to Install and Uninstall python2-pyrsistent Package on openSUSE Leap
Last updated: November 23,2024
Deprecated! Installation of this package may no longer be supported.
1. Install "python2-pyrsistent" package
This guide covers the steps necessary to install python2-pyrsistent on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
python2-pyrsistent
Copied
2. Uninstall "python2-pyrsistent" package
This guide let you learn how to uninstall python2-pyrsistent on openSUSE Leap:
$
sudo zypper remove
python2-pyrsistent
Copied
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.
-------------------------------------------
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.