How to Install and Uninstall libdtl-dev Package on Kali Linux

Last updated: April 30,2024

1. Install "libdtl-dev" package

In this section, we are going to explain the necessary steps to install libdtl-dev on Kali Linux

$ sudo apt update $ sudo apt install libdtl-dev

2. Uninstall "libdtl-dev" package

This guide covers the steps necessary to uninstall libdtl-dev on Kali Linux:

$ sudo apt remove libdtl-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libdtl-dev package on Kali Linux

Package: libdtl-dev
Source: dtl
Version: 1.20-1
Installed-Size: 103
Maintainer: Paride Legovini
Architecture: all
Size: 20228
SHA256: 6b94c29a45a798d7e8f3e80dda7d3ac093d99ed39006c907e255eba59a3d151a
SHA1: 966f3668bfed64396b975bef08da72bed563bf4b
MD5sum: 31ba394e8825299799b408ea9758e455
Description: diff template library written in C++
dtl is a C++ template library which provides functions for comparing
two sequences of arbitrary types. The sequences to be compared must
support a random-access iterator.
.
The algorithm dtl uses is based on the paper "An O(NP) Sequence
Comparison Algorithm" (1989) by Sun Wu, Udi Manber and Gene Myers. The
computational complexity of Wu's Algorithm is O(N+PD) on average,
and O(NP) in the worst case.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/cubicdaiya/dtl
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/d/dtl/libdtl-dev_1.20-1_all.deb