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

Last updated: November 26,2024

1. Install "python38-pyrsistent" package

Here is a brief guide to show you how to install python38-pyrsistent on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-pyrsistent

2. Uninstall "python38-pyrsistent" package

This is a short guide on how to uninstall python38-pyrsistent on openSuSE Tumbleweed:

$ sudo zypper remove python38-pyrsistent

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

Information for package python38-pyrsistent:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-pyrsistent
Version : 0.18.0-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 499,1 KiB
Installed : No
Status : not installed
Source package : python-pyrsistent-0.18.0-1.1.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.