How to Install and Uninstall python3-pyrsistent.x86_64 Package on Fedora 39
Last updated: January 13,2025
1. Install "python3-pyrsistent.x86_64" package
In this section, we are going to explain the necessary steps to install python3-pyrsistent.x86_64 on Fedora 39
$
sudo dnf update
Copied
$
sudo dnf install
python3-pyrsistent.x86_64
Copied
2. Uninstall "python3-pyrsistent.x86_64" package
This guide let you learn how to uninstall python3-pyrsistent.x86_64 on Fedora 39:
$
sudo dnf remove
python3-pyrsistent.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-pyrsistent.x86_64 package on Fedora 39
Last metadata expiration check: 3:59:02 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-pyrsistent
Version : 0.19.3
Release : 10.fc39
Architecture : x86_64
Size : 136 k
Source : python-pyrsistent-0.19.3-10.fc39.src.rpm
Repository : fedora
Summary : Persistent/Functional/Immutable data structures
URL : https://github.com/tobgu/pyrsistent/
License : MIT AND BSD-3-Clause
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.
Available Packages
Name : python3-pyrsistent
Version : 0.19.3
Release : 10.fc39
Architecture : x86_64
Size : 136 k
Source : python-pyrsistent-0.19.3-10.fc39.src.rpm
Repository : fedora
Summary : Persistent/Functional/Immutable data structures
URL : https://github.com/tobgu/pyrsistent/
License : MIT AND BSD-3-Clause
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.