How to Install and Uninstall libtecla-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "libtecla-dev" package

Learn how to install libtecla-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libtecla-dev

2. Uninstall "libtecla-dev" package

This guide let you learn how to uninstall libtecla-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libtecla-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libtecla-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 473
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Med Packaging Team
Architecture: amd64
Source: libtecla
Version: 1.6.3-1
Depends: libtecla1 (= 1.6.3-1)
Filename: pool/universe/libt/libtecla/libtecla-dev_1.6.3-1_amd64.deb
Size: 153990
MD5sum: 60681eec936ec43ddde0a0f1b8f1643c
SHA1: 2b9fd895969f89f78ef074b1698c989a194cebe1
SHA256: 2e2d5fe8d18d760eb3e6b92a0fa9a50dc0319d3363121acff01e32894358317f
Description-en: 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: 090ad5b88962d749ea242a4ea020b194
Homepage: http://www.astro.caltech.edu/~mcs/tecla/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu