Introducing Elixir on Linux Mint

In Linux Mint, official procedure + file rewriting.

As is often the case with Linux Mint, there are times when you need to change the source of a package when you install it. It was also necessary when setting up the environment of Elixir, so I will describe the installation procedure including where and how to rewrite it.

Installation procedure

① Preparation of deb file

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

② Change the path

Open the file with the following path in an editor.

/etc/apt/sources.list.d/erlang-solutions.list

When you open it, you should see something like the following.


### THIS FILE IS AUTOMATICALLY CONFIGURED ###
# You may comment out this entry, but any other modifications may be lost.
deb http://binaries.erlang-solutions.com/debian tina contrib

Rewrite the 3rd line (the line starting with "deb") with the following contents.

deb http://binaries.erlang-solutions.com/debian bionic contrib

③ Installation Just hit the following three commands.

sudo apt-get update
sudo apt-get install esl-erlang
sudo apt-get install elixir

Supplement

Based on this article, I changed some paths. →https://nakawork.net/posts/install-erlang-linux

Some official procedures are also excerpted.

Ubuntu 14.04/16.04/17.04/18.04/19.04 or Debian 7/8/9/10 Add Erlang Solutions repository: wget https://packages.erlang-solutions.com/erlang-solutions_2.0_all.deb && sudo dpkg -i erlang-solutions_2.0_all.deb Run: sudo apt-get update Install the Erlang/OTP platform and all of its applications: sudo apt-get install esl-erlang Install Elixir: sudo apt-get install elixir

Source: https://elixir-lang.org/install.html#gnulinux

Recommended Posts

Introducing Elixir on Linux Mint
Elixir = Comfortable on Linux Mint
Linux Mint can't boot on ASUS X205TA
Play MJ4 (Mahjong game) on Linux Mint 20
[Note] Install wxPython 3.x on Linux Mint (Ubuntu)
Daemonizing processes on Linux
Linux mint installation procedure
jblas on Arch Linux
Linux (WSL) on Windows
NAT router on Linux
Develop .NET on Linux
Wake on lan on Linux
Monitor traffic on Linux
Update vscode on linux
Try NeosVR on Linux
Check capacity on Linux
LiveUSB creation on Linux
Linux operation on Win10
Install Minecraft on Arch Linux
Install Linux on your Chromebox
Downgrade Mcomix on Arch Linux
Monitor disk usage on Linux
Use Github Desktop on Linux
[Linux Mint 20] Remote desktop connection / connection
Install the JDK on Linux
Recording and playback on Linux
Check TTL on Linux router
Read core voltage on Linux
Easy df command on Linux
Introducing TensorFlow on Ubuntu + Python 2.7
Install tomcat 5.5 on Amazon Linux.
Use sshpass on Amazon linux2
Install Homebrew on Amazon Linux 2
Paste the link on linux
Install strongSwan 5.9.1 on Amazon Linux 2
Linux environment construction (on WSL environment)
Run FreeBSD on Linux + qemu
Use Linux on Windows 10 (WSL2)
Setting up OpenSSH on Arch Linux
Use host.docker.internal on linux (docker-compose required)
Easy copy to clipboard on Linux
Install oracle java8 on amazon linux2
Try installing OpenAM on Amazon Linux
Introducing Python using pyenv on Ubuntu 20.04
WSL2 ~ Linux on Windows ~ (Part 1: Introduction)
Install Arch Linux on DeskMini A300
Completion of docker command on Linux
How to install VMware-Tools on Linux
View disk usage on personal Linux
Install pyenv on EC2 (Amazon Linux)
[Linux] I installed CentOS on VirtualBox
Enjoy edge computing on Alpine Linux
[Linux Mint 20] Various WiFi confirmation commands
Rip Music CDs on Arch Linux
Create a Linux environment on Windows 10
Make Live USB on Alpine Linux
[Linux] Docker environment construction on Redhat
Introducing Amplify to Amazon Linux 2 AMI
Use Chrome Remote Desktop on Linux
[Note] Install Imagick on Amazon Linux2
[Note] Run Django on Amazon Linux 2