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

Last updated: April 30,2024

1. Install "elixir" package

Please follow the instructions below to install elixir on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install elixir

2. Uninstall "elixir" package

Please follow the steps below to uninstall elixir on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove elixir $ sudo apt autoclean && sudo apt autoremove

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

Package: elixir
Priority: optional
Section: universe/interpreters
Installed-Size: 4147
Maintainer: Ubuntu Developers
Original-Maintainer: Antonio Terceiro
Architecture: amd64
Source: elixir-lang
Version: 1.1.0~0.20150708-1
Depends: erlang
Filename: pool/universe/e/elixir-lang/elixir_1.1.0~0.20150708-1_amd64.deb
Size: 2217704
MD5sum: 3471e5aa9c0ba2a65062d9802999eed9
SHA1: 832b62bb1cd3fd4dde4c327c646d6b10b8b8929a
SHA256: 4d6ee1fdb4ebbdc7e0fe1f435045e3ad159b578ae4cf6baa386a53e8cde1a67e
Description-en: dynamic, functional language on top of the Erlang VM
Elixir is a dynamic, functional language designed for building scalable and
maintainable applications.
.
Elixir leverages the Erlang VM, known for running low-latency, distributed and
fault-tolerant systems, while also being successfully used in web development
and the embedded software domain.
Description-md5: 6bcd17813adaa3cf6b259dcacdd48f8d
Homepage: http://elixir-lang.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu