How to Install and Uninstall python3-dpath Package on Kali Linux

Last updated: June 19,2024

1. Install "python3-dpath" package

This tutorial shows how to install python3-dpath on Kali Linux

$ sudo apt update $ sudo apt install python3-dpath

2. Uninstall "python3-dpath" package

In this section, we are going to explain the necessary steps to uninstall python3-dpath on Kali Linux:

$ sudo apt remove python3-dpath $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-dpath package on Kali Linux

Package: python3-dpath
Source: dpath-python
Version: 2.1.6-2
Installed-Size: 72
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 19680
SHA256: 0e9528b0af06b871172260da9a84f424bf2cac7dda2c5ee949d078b7807b9f7d
SHA1: 733688d5c50ea483c21c6e9db3756e64475a7c7f
MD5sum: 3fa457bcf4f9900f388aacfec8a38ea5
Description: filesystem-like pathing and searching for dictionaries
A Python library for accessing and searching dictionaries via /slashed/paths
aka xpath.
.
Dpath lets one glob over a dictionary as if it were a filesystem. It allows
one to specify globs (aka the bash eglob syntax, through some advanced
fnmatch.fnmatch magic) to access dictionary elements, and provides some
facility for filtering those results.
Description-md5:
Homepage: https://github.com/dpath-maintainers/dpath-python
Section: python
Priority: optional
Filename: pool/main/d/dpath-python/python3-dpath_2.1.6-2_all.deb

5. The same packages on other Linux Distributions