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

Last updated: February 12,2025

1. Install "python3-dotmap.noarch" package

This is a short guide on how to install python3-dotmap.noarch on Fedora 35

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

2. Uninstall "python3-dotmap.noarch" package

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

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

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

Last metadata expiration check: 4:51:00 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-dotmap
Version : 1.3.27
Release : 1.fc35
Architecture : noarch
Size : 31 k
Source : python-dotmap-1.3.27-1.fc35.src.rpm
Repository : updates
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.