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

Last updated: May 19,2024

1. Install "python3-box.noarch" package

This tutorial shows how to install python3-box.noarch on Fedora 35

$ 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 35:

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

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

Last metadata expiration check: 3:39:08 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-box
Version : 5.3.0
Release : 3.fc35
Architecture : noarch
Size : 44 k
Source : python-box-5.3.0-3.fc35.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.