How to Install and Uninstall erlang-tools Package on Kali Linux

Last updated: October 04,2024

1. Install "erlang-tools" package

Here is a brief guide to show you how to install erlang-tools on Kali Linux

$ sudo apt update $ sudo apt install erlang-tools

2. Uninstall "erlang-tools" package

This guide let you learn how to uninstall erlang-tools on Kali Linux:

$ sudo apt remove erlang-tools $ sudo apt autoclean && sudo apt autoremove

3. Information about the erlang-tools package on Kali Linux

Package: erlang-tools
Source: erlang
Version: 1:25.3.2.8+dfsg-1
Installed-Size: 1144
Maintainer: Debian Erlang Packagers
Architecture: amd64
Replaces: erlang (<< 1:25.3.2.8+dfsg-1), erlang-base (<< 1:25.3.2.8+dfsg-1), erlang-base-hipe, erlang-dev (<< 1:25.3.2.8+dfsg-1), erlang-doc (>> 1:25.3.2.8+dfsg-999), erlang-doc (<< 1:25.3.2.8+dfsg), erlang-examples (<< 1:25.3.2.8+dfsg-1), erlang-manpages (<= 1:11.b.1-2), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-nox (<< 1:25.3.2.8+dfsg-1), erlang-src (<< 1:25.3.2.8+dfsg-1), erlang-x11 (<< 1:25.3.2.8+dfsg-1)
Depends: erlang-base (= 1:25.3.2.8+dfsg-1), erlang-runtime-tools (= 1:25.3.2.8+dfsg-1)
Suggests: erlang, erlang-manpages, erlang-doc
Size: 576832
SHA256: 9dcb1bc52093a8c946fd4936b495b15c9dc9a92a7e9fff4bc2633910a68cb957
SHA1: 34e8aa9f79829793ea85b93b4b08febef43e67c5
MD5sum: eb3b01f497b9aa34ea4f2dc0a5e2cea4
Description: Erlang/OTP various tools
The Tools application contains a number of stand-alone tools, which are
useful when developing Erlang programs.
.
cover - A coverage analysis tool for Erlang.
cprof - A profiling tool that shows how many times each function
is called. Uses a kind of local call trace breakpoints containing
counters to achieve very low runtime performance degradation.
eprof - A time profiling tool; measures how time is used in Erlang
programs. Predecessor of fprof (see below).
fprof - Another Erlang profiler; measures how time is used in Erlang
programs. Uses trace to file to minimize runtime performance
impact, and displays time for calling and called functions.
instrument - Utility functions for obtaining and analyzing resource
usage in an instrumented Erlang runtime system.
make - A make utility for Erlang similar to UNIX make.
tags - A tool for generating Emacs TAGS files from Erlang source
files.
xref - A cross reference tool. Can be used to check dependencies
between functions, modules, applications and releases.
Description-md5:
Multi-Arch: allowed
Homepage: http://www.erlang.org/
Tag: devel::TODO, devel::buildtools, devel::profiler, interface::commandline,
role::program, scope::utility, use::browsing,
works-with::software:running
Section: interpreters
Priority: optional
Filename: pool/main/e/erlang/erlang-tools_25.3.2.8+dfsg-1_amd64.deb