How to Install and Uninstall libtool Package on Kali Linux

Last updated: May 11,2024

1. Install "libtool" package

Please follow the guidance below to install libtool on Kali Linux

$ sudo apt update $ sudo apt install libtool

2. Uninstall "libtool" package

Please follow the steps below to uninstall libtool on Kali Linux:

$ sudo apt remove libtool $ sudo apt autoclean && sudo apt autoremove

3. Information about the libtool package on Kali Linux

Package: libtool
Version: 2.4.7-7
Installed-Size: 1213
Maintainer: Alastair McKinstry
Architecture: all
Depends: gcc | c-compiler, cpp, libc6-dev | libc-dev, file, autotools-dev
Recommends: libltdl-dev
Suggests: libtool-doc, autoconf, automaken, gfortran | fortran95-compiler, gcj-jdk
Size: 517116
SHA256: 0252533741f1dd4663ba89878c096588f510d930656f8c98f6ce47cc7d5d09d9
SHA1: ba14a3ef482f65ba378502074bdc97623d0c7204
MD5sum: 2606dfdae29ccd0af8f31fe2f7dfed40
Description: Generic library support script
This is GNU libtool, a generic library support script. Libtool hides
the complexity of generating special library types (such as shared
libraries) behind a consistent interface. To use libtool, add the
new generic library building commands to your Makefile, Makefile.in,
or Makefile.am. See the documentation for details. Libtool supports
building static libraries on all platforms.
.
Libtool supports generation of C, C++, Fortran and Java libraries.
Description-md5:
Multi-Arch: foreign
Homepage: https://www.gnu.org/software/libtool/
Tag: devel::buildtools, devel::lang:c, devel::lang:c++, devel::lang:fortran,
devel::lang:java, devel::library, implemented-in::c,
implemented-in::java, implemented-in::shell, interface::commandline,
role::devel-lib, role::program, scope::utility, suite::gnu
Section: devel
Priority: optional
Filename: pool/main/libt/libtool/libtool_2.4.7-7_all.deb