How to Install and Uninstall rebar3 Package on Kali Linux

Last updated: May 06,2024

1. Install "rebar3" package

This is a short guide on how to install rebar3 on Kali Linux

$ sudo apt update $ sudo apt install rebar3

2. Uninstall "rebar3" package

Learn how to uninstall rebar3 on Kali Linux:

$ sudo apt remove rebar3 $ sudo apt autoclean && sudo apt autoremove

3. Information about the rebar3 package on Kali Linux

Package: rebar3
Version: 3.19.0-1
Installed-Size: 1025
Maintainer: Debian Erlang Packagers
Architecture: all
Depends: erlang-asn1:any, erlang-base:any, erlang-common-test:any, erlang-crypto:any, erlang-dev:any, erlang-dialyzer:any, erlang-edoc:any, erlang-eunit:any, erlang-parsetools:any, erlang-reltool:any, erlang-syntax-tools:any, erlang-tools:any
Recommends: erlang, git
Enhances: erlang
Size: 964108
SHA256: 4933123a556ba1e7881c0b8b05eb381254b933390657464b420f16206a430bbe
SHA1: 10f4243a733be25e717a318e9c25d841e1d010c5
MD5sum: 650204e255f6d0d4b7e9116daffc0880
Description: Erlang tool to create, develop, and release Erlang libraries and applications
Rebar3 is an Erlang tool that makes it easy to create, develop, and release
Erlang libraries, applications, and systems in a repeatable manner.
Rebar3 will:
* respect and enforce standard Erlang/OTP conventions for project structure
so they are easily reusable by the community;
* manage source dependencies and Erlang packages while ensuring repeatable
builds;
* handle build artifacts, paths, and libraries such that standard development
tools can be used without a headache;
* adapt to projects of all sizes on almost any platform;
* treat documentation as a feature, and errors or lack of documentation as a
bug.
Description-md5:
Homepage: http://www.rebar3.org/
Section: devel
Priority: optional
Filename: pool/main/r/rebar3/rebar3_3.19.0-1_all.deb