Elixire is a powerful, functional programming language that enables developers to build robust and scalable applications. In this tutorial, you'll learn how to install Elixire on Fedora CoreOS latest version.
Before you proceed with the installation of Elixire, it is essential to ensure that your Fedora CoreOS system is up to date. To do this, execute the following commands:
sudo rpm-ostree refresh-md
sudo rpm-ostree upgrade
This will update your Fedora CoreOS system to the latest version.
To install Elixire on Fedora CoreOS, you can use the package manager dnf
. However, Elixire is not a part of the default Fedora CoreOS repositories, so we need to enable the erlang-solutions
repository.
Execute the following command to enable the erlang-solutions
repository:
sudo rpm -ivh https://dl.bintray.com/rabbitmq-erlang/rpm/erlang/22/el/7/x86_64/erlang-solutions-2.0-1.noarch.rpm
Next, update the dnf
package manager repositories using the following command:
sudo dnf makecache
Finally, install Elixire using the following command:
sudo dnf install elixir
This will install Elixire and its dependencies on your Fedora CoreOS system.
To verify that Elixire has been correctly installed on your Fedora CoreOS, execute the following command:
elixir --version
This will display the version of Elixire installed on your system, as shown below:
Elixir 1.11.3 (compiled with Erlang/OTP 23)
In this tutorial, you have learned how to install Elixire on Fedora CoreOS latest version. You can now start using Elixire to develop robust and scalable applications on your Fedora CoreOS system.
If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!
Alternatively, for the best virtual desktop, try Shells!