mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-12-19 06:30:13 +08:00
Update the list of Ubuntu packages with necessary Erlang applications (#704)
This commit is contained in:
parent
ff4f21f7aa
commit
9532348bce
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue