How to Install and Uninstall erlang-rebar3 Package on openSuSE Tumbleweed

Last updated: June 26,2024

1. Install "erlang-rebar3" package

In this section, we are going to explain the necessary steps to install erlang-rebar3 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install erlang-rebar3

2. Uninstall "erlang-rebar3" package

This guide let you learn how to uninstall erlang-rebar3 on openSuSE Tumbleweed:

$ sudo zypper remove erlang-rebar3

3. Information about the erlang-rebar3 package on openSuSE Tumbleweed

Information for package erlang-rebar3:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : erlang-rebar3
Version : 3.18.0-2.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 1.6 MiB
Installed : No
Status : not installed
Source package : erlang-rebar3-3.18.0-2.1.src
Upstream URL : https://github.com/erlang/rebar3
Summary : Tool for working with Erlang projects
Description :
Rebar3 is an Erlang tool that makes it easy to create, develop, and release
Erlang libraries, applications, and systems in a repeatable manner.
Rebar3 is the spiritual successor to rebar 2.x, which was the first usable
build tool for Erlang that ended up seeing widespread community adoption. It
however had several shortcomings that made it difficult to use with larger
projects or with teams with users new to Erlang.