How to Install and Uninstall rebar Package on Kali Linux

Last updated: July 07,2024

1. Install "rebar" package

Please follow the steps below to install rebar on Kali Linux

$ sudo apt update $ sudo apt install rebar

2. Uninstall "rebar" package

This tutorial shows how to uninstall rebar on Kali Linux:

$ sudo apt remove rebar $ sudo apt autoclean && sudo apt autoremove

3. Information about the rebar package on Kali Linux

Package: rebar
Version: 2.6.4-3
Installed-Size: 216
Maintainer: Debian Erlang Packagers
Architecture: amd64
Depends: erlang-base | erlang-base-hipe, erlang-dev, erlang-tools, erlang-syntax-tools, erlang-crypto, erlang-asn1, erlang-dialyzer, erlang-diameter, erlang-edoc, erlang-eunit, erlang-reltool, erlang-snmp
Recommends: git, mercurial
Enhances: erlang
Size: 203056
SHA256: 1b7e3b6f99cefc2996c8637f770efb68fd4de709aa358058629bbf5dc2818468
SHA1: b3d6309e76028439ac99a8e99e7f739dff90cfd2
MD5sum: 82537deaad486e1be4b4db6c226eae3d
Description: Sophisticated build-tool for Erlang projects that follows OTP principles
rebar is an Erlang build tool that makes it easy to compile and
test Erlang applications, port drivers and releases.
.
rebar is a self-contained Erlang script, so it's easy to distribute or even
embed directly in a project. Where possible, rebar uses standard Erlang/OTP
conventions for project structures, thus minimizing the amount of build
configuration work. rebar also provides dependency management, enabling
application writers to easily re-use common libraries from a variety of
locations (git, hg, etc).
Description-md5:
Homepage: https://github.com/rebar/rebar
Section: devel
Priority: optional
Filename: pool/main/r/rebar/rebar_2.6.4-3_amd64.deb