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

Last updated: November 25,2024

1. Install "libtecla-dev" package

Please follow the step by step instructions below to install libtecla-dev on Kali Linux

$ sudo apt update $ sudo apt install libtecla-dev

2. Uninstall "libtecla-dev" package

This is a short guide on how to uninstall libtecla-dev on Kali Linux:

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

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

Package: libtecla-dev
Source: libtecla (1.6.3-3)
Version: 1.6.3-3+b1
Installed-Size: 548
Maintainer: Debian Med Packaging Team
Architecture: amd64
Depends: libtecla1 (= 1.6.3-3+b1)
Size: 197896
SHA256: ca63083e784d3c071fd713679b96403093461fd1ae68ee335613738bd39dc5d4
SHA1: f003d79da0279be9268c27986137412de477ce08
MD5sum: dbfa5b357f8b6fe50f6bda0ecf008643
Description: interactive command line editing facilities (development)
The tecla library provides UNIX and LINUX programs with interactive
command line editing facilities, similar to those of the UNIX tcsh
shell. In addition to simple command-line editing, it supports recall
of previously entered command lines, TAB completion of file names or
other tokens, and in-line wild-card expansion of filenames. The
internal functions which perform file-name completion and wild-card
expansion are also available externally for optional use by programs.
.
In addition, the library includes a path-searching module. This allows
an application to provide completion and lookup of files located in
UNIX style paths. Although not built into the line editor by default,
it can easily be called from custom tab-completion callback
functions. This was originally conceived for completing the names of
executables and providing a way to look up their locations in the
user's PATH environment variable, but it can easily be asked to look
up and complete other types of files in any list of directories.
.
Note that special care has been taken to allow the use of this library
in threaded programs. The option to enable this is discussed in the
Makefile, and specific discussions of thread safety are presented in
the included man pages.
.
This package contains the development files and documentation for
developing applications using the tecla library.
Description-md5:
Multi-Arch: same
Homepage: https://www.astro.caltech.edu/~mcs/tecla/
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/libt/libtecla/libtecla-dev_1.6.3-3+b1_amd64.deb