Can't install phoenix, hex not available

Hi, I tried installing phoenix on ubuntu 20.04. I followed the instructions on the installation page.

After entering the mix local.hex command, I get this response:

After entering the mix archive.install hex phx_new 1.5.1 command, I get this response:

Thanks

Just the regular bunch of questions for errors like this:

  • How did you install elixir? Did you use ASDF or apt, and if the latter, what repository and what package?
  • How did you install erlang? Did you use ASDF or apt, and if the latter, what repository and what package(s)?
  • Are you in a proxied network and is the proxy properly set up for the shell using HTTP_PROXY/HTTPS_PROXY environment variables?
  1. I followed the instructions on the elixir-lang site, so apt-get install esl-erlang & apt-get elixir
    2.See 1.
  2. Nope.
  3. I installed elixir on a linux pc on the same network a month ago without any issue.

Technically that isn’t an answer to his question ;). Are you on a proxy?

My bad, I should have been more clear.
I am not using a proxy or a vpn.
Here’s a screenshot from my network info.

I have tried downloading the hex-1.x.cvs with curl set to ipv6, that one failed, ipv4 worked. I’m going to try to disable ipv6 and run mix local.hex.

Still doesn’t work :stuck_out_tongue: