How to Install and Uninstall python3-dotmap.noarch Package on Fedora 38

Last updated: September 24,2024

1. Install "python3-dotmap.noarch" package

Please follow the step by step instructions below to install python3-dotmap.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install python3-dotmap.noarch

2. Uninstall "python3-dotmap.noarch" package

Learn how to uninstall python3-dotmap.noarch on Fedora 38:

$ sudo dnf remove python3-dotmap.noarch $ sudo dnf autoremove

3. Information about the python3-dotmap.noarch package on Fedora 38

Last metadata expiration check: 1:52:03 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : python3-dotmap
Version : 1.3.30
Release : 4.fc38
Architecture : noarch
Size : 41 k
Source : python-dotmap-1.3.30-4.fc38.src.rpm
Repository : fedora
Summary : Dot access dictionary with dynamic hierarchy creation and ordered iteration
URL : https://github.com/drgrib/dotmap
License : MIT
Description : DotMap is a dot-access dict subclass that has dynamic hierarchy
: creation (autovivification), can be initialized with keys, easily
: initializes from dict, easily converts to dict, is ordered by insertion.
: The key feature is exactly what you want: dot-access.