How to Install and Uninstall python3-dm-tree Package on Kali Linux

Last updated: June 29,2024

1. Install "python3-dm-tree" package

This tutorial shows how to install python3-dm-tree on Kali Linux

$ sudo apt update $ sudo apt install python3-dm-tree

2. Uninstall "python3-dm-tree" package

Please follow the guidance below to uninstall python3-dm-tree on Kali Linux:

$ sudo apt remove python3-dm-tree $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-dm-tree package on Kali Linux

Package: python3-dm-tree
Source: dm-tree
Version: 0.1.8-3
Installed-Size: 421
Maintainer: Debian Python Team
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), python3:any, libabsl20220623 (>= 0~20220623.0-1), libc6 (>= 2.32), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Size: 104408
SHA256: 4c15677639fb6931ebde603ad9c065956530d04ac627b80bee9a4fa73aa9b760
SHA1: 5587489ae02401211c817be7d99512f32f2a27ad
MD5sum: b134414083cc4d6f3b07746bec255834
Description: library for working with nested data structures (Python3 version)
A library for working with nested data structures. In a way, tree generalizes
the builtin map function which only supports flat sequences, and allows one to
apply a function to each "leaf" preserving the overall structure.
.
It is backed by an optimized C++ implementation suitable for use in demanding
applications, such as machine learning models.
.
This package contains the Python 3 version of the library.
Description-md5:
Homepage: https://github.com/deepmind/tree
Section: python
Priority: optional
Filename: pool/main/d/dm-tree/python3-dm-tree_0.1.8-3_amd64.deb