@pla I've been burned by this so many times across so many projects (somehow in ubuntu more than any other distro)
Relying on OS packages for direct application dependencies nearly always seems to go bad.
for elixir and erlang, I've been using `asdf` where I need to have erlang and elixir installed as system packages and bundling the VM with distillery on application servers, etc.