How to Install and Uninstall elixir Package on openSUSE Leap

Last updated: April 30,2024

1. Install "elixir" package

Please follow the guidance below to install elixir on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install elixir

2. Uninstall "elixir" package

This is a short guide on how to uninstall elixir on openSUSE Leap:

$ sudo zypper remove elixir

3. Information about the elixir package on openSUSE Leap

Information for package elixir:
-------------------------------
Repository : Main Repository
Name : elixir
Version : 1.11.3-1.8
Arch : noarch
Vendor : SUSE LLC
Installed Size : 6.1 MiB
Installed : No
Status : not installed
Source package : elixir-1.11.3-1.8.src
Upstream URL : http://elixir-lang.org
Summary : Functional meta-programming aware language built atop Erlang
Description :
Elixir is a functional meta-programming aware language built on top
of the Erlang VM. It is a dynamic language with flexible syntax with
macros support that leverage Erlang's abilities to build concurrent,
distributed, fault-tolerant applications with hot code upgrades.
Elixir also provides first-class support for pattern matching,
polymorphism via protocols (similar to Clojure's), aliases and
associative data structures (usually known as dicts or hashes in
other programming languages).
Finally, Elixir and Erlang share the same bytecode and data types.
This means one can invoke Erlang code from Elixir (and vice-versa)
without any conversion or performance impact.