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

Last updated: November 30,2024

1. Install "python3-dpath.noarch" package

Please follow the steps below to install python3-dpath.noarch on Fedora 36

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

2. Uninstall "python3-dpath.noarch" package

Please follow the steps below to uninstall python3-dpath.noarch on Fedora 36:

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

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

Last metadata expiration check: 0:56:33 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-dpath
Version : 2.0.5
Release : 2.fc36
Architecture : noarch
Size : 30 k
Source : python-dpath-2.0.5-2.fc36.src.rpm
Repository : fedora
Summary : Library for searching dictionaries using XPath-like expressions
URL : https://github.com/akesterson/dpath-python
License : MIT
Description : A Python library for accessing and searching dictionaries via /slashed/paths ala
: xpath
:
: Basically it lets you glob over a dictionary as if it were a filesystem. It
: allows you to specify globs (ala the bash eglob syntax, through some advanced
: fnmatch.fnmatch magic) to access dictionary elements, and provides some facility
: for filtering those results.