How to Install and Uninstall python3-immutables.x86_64 Package on Fedora 39
Last updated: November 27,2024
1. Install "python3-immutables.x86_64" package
Please follow the instructions below to install python3-immutables.x86_64 on Fedora 39
$
sudo dnf update
Copied
$
sudo dnf install
python3-immutables.x86_64
Copied
2. Uninstall "python3-immutables.x86_64" package
This is a short guide on how to uninstall python3-immutables.x86_64 on Fedora 39:
$
sudo dnf remove
python3-immutables.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-immutables.x86_64 package on Fedora 39
Last metadata expiration check: 4:05:12 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-immutables
Version : 0.19
Release : 6.fc39
Architecture : x86_64
Size : 64 k
Source : python-immutables-0.19-6.fc39.src.rpm
Repository : fedora
Summary : Immutable Collections
URL : https://github.com/MagicStack/immutables
License : Apache-2.0 AND 0BSD
Description : An immutable mapping type for Python.
:
: The underlying datastructure is a Hash Array Mapped Trie (HAMT) used in
: Clojure, Scala, Haskell, and other functional languages. This implementation is
: used in CPython 3.7 in the contextvars module (see PEP 550 and PEP 567 for more
: details).
:
: Immutable mappings based on HAMT have O(log N) performance for both set() and
: get() operations, which is essentially O(1) for relatively small mappings.
Available Packages
Name : python3-immutables
Version : 0.19
Release : 6.fc39
Architecture : x86_64
Size : 64 k
Source : python-immutables-0.19-6.fc39.src.rpm
Repository : fedora
Summary : Immutable Collections
URL : https://github.com/MagicStack/immutables
License : Apache-2.0 AND 0BSD
Description : An immutable mapping type for Python.
:
: The underlying datastructure is a Hash Array Mapped Trie (HAMT) used in
: Clojure, Scala, Haskell, and other functional languages. This implementation is
: used in CPython 3.7 in the contextvars module (see PEP 550 and PEP 567 for more
: details).
:
: Immutable mappings based on HAMT have O(log N) performance for both set() and
: get() operations, which is essentially O(1) for relatively small mappings.