How to Install and Uninstall shtool Package on Kali Linux

Last updated: May 11,2024

1. Install "shtool" package

Learn how to install shtool on Kali Linux

$ sudo apt update $ sudo apt install shtool

2. Uninstall "shtool" package

In this section, we are going to explain the necessary steps to uninstall shtool on Kali Linux:

$ sudo apt remove shtool $ sudo apt autoclean && sudo apt autoremove

3. Information about the shtool package on Kali Linux

Package: shtool
Version: 2.0.8-10
Installed-Size: 457
Maintainer: Giovani Augusto Ferreira
Architecture: all
Depends: perl:any
Suggests: autoconf, automake, libtool
Size: 134580
SHA256: 43969f411bded74f1127cee6f6654204e282688e2baaacc1d50398f48bdd6db3
SHA1: 09c712447ff56e8986a01b3b5ff2889b1a01006e
MD5sum: d5ffe89ffe06121b8b50822bb05c17a6
Description: portable shell tool from the GNU project
GNU shtool is a tool for developers of software programs.
It is a compilation of small but very stable and portable
shell scripts into a single shell tool. All ingredients
were in successful use over many years in various free
software projects.
.
The compiled shtool program is intended to be used inside
the source tree of other free software packages. There it
can overtake various (usually non-portable) tasks related
to the building and installation of such a package. It
especially can replace the old mkdir.sh, install.sh and
related scripts.
.
GNU shtool currently contains the following tools: echo,
mdate, table, prop, move, install, mkdir, mkln, mkshadow,
fixperm, rotate, tarball, subst, platform, arx, slo, scpp,
version and path.
Description-md5:
Homepage: https://www.gnu.org/software/shtool
Tag: devel::buildtools, devel::packaging, implemented-in::shell,
interface::commandline, role::program, scope::utility, suite::gnu
Section: devel
Priority: optional
Filename: pool/main/s/shtool/shtool_2.0.8-10_all.deb