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

Last updated: September 22,2024

1. Install "python3-dpath.noarch" package

Learn how to install python3-dpath.noarch on Fedora 34

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

2. Uninstall "python3-dpath.noarch" package

Please follow the step by step instructions below to uninstall python3-dpath.noarch on Fedora 34:

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

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

Last metadata expiration check: 4:23:24 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-dpath
Version : 2.0.1
Release : 2.fc34
Architecture : noarch
Size : 29 k
Source : python-dpath-2.0.1-2.fc34.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.