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

Last updated: October 05,2024

1. Install "python3-dotmap.noarch" package

In this section, we are going to explain the necessary steps to install python3-dotmap.noarch on Fedora 34

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

2. Uninstall "python3-dotmap.noarch" package

This guide let you learn how to uninstall python3-dotmap.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:13:10 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-dotmap
Version : 1.3.26
Release : 1.fc34
Architecture : noarch
Size : 30 k
Source : python-dotmap-1.3.26-1.fc34.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.