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

Last updated: October 05,2024

1. Install "python3-box.noarch" package

Please follow the guidelines below to install python3-box.noarch on Fedora 34

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

2. Uninstall "python3-box.noarch" package

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

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

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

Last metadata expiration check: 5:41:58 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-box
Version : 5.3.0
Release : 1.fc34
Architecture : noarch
Size : 45 k
Source : python-box-5.3.0-1.fc34.src.rpm
Repository : fedora
Summary : Python dictionaries with advanced dot notation access
URL : https://github.com/cdgriffith/Box
License : MIT
Description : Box will automatically make otherwise inaccessible keys safe to
: access as an attribute. You can always pass conversion_box=False
: to Box to disable that behavior. Also, all new dict and lists
: added to a Box or BoxList object are converted automatically.