How to Install and Uninstall elixir Package on openSuSE Tumbleweed
Last updated: November 25,2024
1. Install "elixir" package
This guide covers the steps necessary to install elixir on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
elixir
Copied
2. Uninstall "elixir" package
This is a short guide on how to uninstall elixir on openSuSE Tumbleweed:
$
sudo zypper remove
elixir
Copied
3. Information about the elixir package on openSuSE Tumbleweed
Information for package elixir:
-------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : elixir
Version : 1.16.2-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 7.2 MiB
Installed : No
Status : not installed
Source package : elixir-1.16.2-1.1.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.
-------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : elixir
Version : 1.16.2-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 7.2 MiB
Installed : No
Status : not installed
Source package : elixir-1.16.2-1.1.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.