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

Last updated: June 03,2024

1. Install "python3-dpath.noarch" package

Please follow the step by step instructions below to install python3-dpath.noarch on Fedora 35

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

2. Uninstall "python3-dpath.noarch" package

This guide let you learn how to uninstall python3-dpath.noarch on Fedora 35:

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

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

Last metadata expiration check: 2:15:17 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-dpath
Version : 2.0.1
Release : 4.fc35
Architecture : noarch
Size : 29 k
Source : python-dpath-2.0.1-4.fc35.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.