How to Install and Uninstall rebar Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 07,2024

1. Install "rebar" package

This guide let you learn how to install rebar on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install rebar

2. Uninstall "rebar" package

Please follow the guidelines below to uninstall rebar on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the rebar package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: rebar
Priority: optional
Section: universe/devel
Installed-Size: 211
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Erlang Packagers
Architecture: amd64
Version: 2.6.0-2
Depends: erlang-base | erlang-base-hipe, erlang-dev, erlang-tools, erlang-syntax-tools
Recommends: git, mercurial
Filename: pool/universe/r/rebar/rebar_2.6.0-2_amd64.deb
Size: 197724
MD5sum: d6a4e2bf61f97d99794fb699b27eb443
SHA1: 0c968198a42d0efd1518709765aab0d1f4a3edfc
SHA256: a5e9f36b65fb5c139661aabfca0db80dd784e0fd29b0b84d5fde5c6cc329195c
Description-en: 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: 2844a96ba983e006c63e13560431a789
Enhances: erlang
Homepage: https://github.com/rebar/rebar
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu