How To Install Rebar On Debian, Ubuntu, Arch, Kali, Fedora, Raspbian And MacOS?
Maintainer: Debian Erlang Packagers
Email: [email protected] .
Website: https://github.com/rebar/rebar
Section: devel
Install rebar
-
Debian
apt-get install rebar
Click to copy -
Ubuntu
apt-get install rebar
Click to copy -
Arch Linux
pacman -S rebar
Click to copy -
Kali Linux
apt-get install rebar
Click to copy -
Fedora
dnf install rebar
Click to copy -
Raspbian
apt-get install rebar
Click to copy -
macOS
brew install rebar
Click to copy
rebar
Sophisticated build-tool for Erlang projects that follows OTP principlesrebar 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).
erlang-rebar
Erlang Build Tools
To install the latest version of rebar in your favorite operating system just copy the rebar installation command from above and paste it into terminal. It will download and install the latest version of rebar 2023 package in your OS.