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

Last updated: July 03,2024

1. Install "python3-fastdtw" package

This guide covers the steps necessary to install python3-fastdtw on Kali Linux

$ sudo apt update $ sudo apt install python3-fastdtw

2. Uninstall "python3-fastdtw" package

This is a short guide on how to uninstall python3-fastdtw on Kali Linux:

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

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

Package: python3-fastdtw
Source: fastdtw
Version: 0.3.4-3
Installed-Size: 456
Maintainer: Debian Python Modules Team
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), python3-numpy, python3:any, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2)
Size: 127180
SHA256: 6146ba2f138cf9dc617a75517c0a4051c61b51a3d9a4075fd95dac87cf610bc8
SHA1: 2a21d68eba84aa1aed7210a9b8070481fa234f89
MD5sum: e129bdf31da9aa72a6dfb103dc0659dd
Description: Dynamic Time Warping (DTW) algorithm with an O(N) complexity
Python implementation of FastDTW, which is an approximate Dynamic
Time Warping (DTW) algorithm that provides optimal or near-optimal
alignments with an O(N) time and memory complexity.
Description-md5:
Homepage: https://github.com/slaypni/fastdtw
Section: python
Priority: optional
Filename: pool/main/f/fastdtw/python3-fastdtw_0.3.4-3_amd64.deb

5. The same packages on other Linux Distributions