12
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

ElixirAdvent Calendar 2022

Day 6

Ubuntu 22.10でElixirをインストール検証

Posted at

公式サイトを確認してみる
https://elixir-lang.org/install.html#gnulinux

確認した結果、今までと違って
sudo apt-get install elixir
のみでインストール可能

20.04までは

wget https://packages.erlang-solutions.com/erlang-solutions_2.0_all.deb && sudo dpkg -i erlang-solutions_2.0_all.deb

sudo apt-get update

sudo apt-get install esl-erlang

sudo apt-get install elixir

必要だったが22.04以降は不要のようだ

インストールした結果下記のバージョンがインストールされた

Erlang/OTP 24 [erts-12.3.2.1] 
Elixir (1.12.2)

Screenshot 2022-10-15 21:30:02.png

Screenshot 2022-10-15 21:31:40.png

12
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
12
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?