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

Last updated: September 30,2024

1. Install "python3-box.noarch" package

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

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

2. Uninstall "python3-box.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-box.noarch on Fedora 36:

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

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

Last metadata expiration check: 0:00:07 ago on Thu Sep 8 14:04:51 2022.
Available Packages
Name : python3-box
Version : 5.4.0
Release : 3.fc36
Architecture : noarch
Size : 45 k
Source : python-box-5.4.0-3.fc36.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.