How to Install and Uninstall dist Package on Kali Linux

Last updated: May 19,2024

1. Install "dist" package

Please follow the steps below to install dist on Kali Linux

$ sudo apt update $ sudo apt install dist

2. Uninstall "dist" package

Please follow the step by step instructions below to uninstall dist on Kali Linux:

$ sudo apt remove dist $ sudo apt autoclean && sudo apt autoremove

3. Information about the dist package on Kali Linux

Package: dist
Version: 1:3.5-236-1
Installed-Size: 2655
Maintainer: Manoj Srivastava
Architecture: all
Depends: perl, libperl4-corelibs-perl, debconf (>= 1.2.0) | debconf-2.0
Size: 475156
SHA256: 4595590a436304201603bfd32c9be41b9b0cabbbb43181a382a8240f23c65b4c
SHA1: f2b71d142c2839751fb867f27120ab3cd76c82f2
MD5sum: 30cb2701be94348d7413655f07ee4ce5
Description: Tools for developing, maintaining and distributing software
The dist package is a set of tools meant to ease the construction
and maintenance of portable software.
.
The first component is the Configure script generator, metaconfig, which
automatically builds the Configure script from your sources. Ideally,
the end-user receiving your source code will simply have to read
your README file, run the Configure script (which is self-documented),
and then run make.
.
The second component is the Makefile.SH generator, which is a generic
configured Makefile, reusing some of the information figured out
by Configure, and a generic Jmakefile description.
.
The third component is the RCS aware package generator, which is
used when it's time to build up the shell archives used to distribute
your program.
.
The fourth and latest component is the patch generator, used to
make updates of your sources, which can later be applied on the
original distribution by using the patch program.
Description-md5:
Multi-Arch: foreign
Tag: admin::file-distribution, devel::buildtools, devel::code-generator,
devel::lang:perl, devel::library, implemented-in::perl,
interface::commandline, role::program, role::shared-lib,
scope::utility, works-with::software:source
Section: devel
Priority: optional
Filename: pool/main/d/dist/dist_3.5-236-1_all.deb