Update the list of Ubuntu packages with necessary Erlang applications (#704)

This commit is contained in:
Jonatan Kłosko 2021-11-12 12:39:58 +01:00 committed by GitHub
parent ff4f21f7aa
commit 9532348bce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,13 +50,13 @@ pick the one that best fits your use case.
You can run Livebook on your own machine. You will need You can run Livebook on your own machine. You will need
[Elixir v1.12](https://elixir-lang.org/install.html) or later. [Elixir v1.12](https://elixir-lang.org/install.html) or later.
Livebook also requires the following Erlang applications: `inets`, Livebook also requires the following Erlang applications: `inets`,
`os_mon`, `runtime_tools`, and `ssl`. Those applications come with `os_mon`, `runtime_tools`, `ssl` and `xmerl`. Those applications come
most Erlang distributions but certain package managers may split with most Erlang distributions but certain package managers may split
them apart. For example, on Ubuntu, these Erlang applications could them apart. For example, on Ubuntu, these Erlang applications could
be installed as follows: be installed as follows:
```shell ```shell
sudo apt install erlang-inets erlang-os-mon erlang-runtime-tools erlang-ssl sudo apt install erlang-inets erlang-os-mon erlang-runtime-tools erlang-ssl erlang-xmerl erlang-dev erlang-parsetools
``` ```
#### Escript #### Escript