Updating Julia with juliaup on Ubuntu 24.04

Read about juliaup in wonderful https://modernjuliaworkflows.org/ blog and wanted to use it as one of suitable best practices. Failed to install juliaup under my Ubuntu 24.04. Error message from curl:

$ curl -fsSL https://install.julialang.org | sh

info: downloading installer
Warning: Not enforcing strong cipher suites for TLS, this is potentially less secure
Warning: Not enforcing TLS v1.2, this is potentially less secure
curl: (23) client returned ERROR on write of 1406 bytes
juliaup: command failed: downloader https://julialang-s3.julialang.org/juliaup/bin/juliainstaller-1.17.13-x86_64-unknown-linux-musl /tmp/tmp.aecxolYcWJ/juliainstaller x86_64-unknown-linux-musl ```

Google actually didn’t help. Do I understand correctly that juliaup isn’t just yet developed for this Ubuntu version? So can I just wait for them or there’s (relatively) simple way to do it?

Thanks a lot!

1 Like

I had no problem installing Julia this way on Lubuntu 24.04, so I would would expect that it normally works for Ubuntu 24.04 as well. I am not sure why it does not work for you though, have you tried to simply try again?

Ubuntu has an official Julia Snap package, so if you cannot get Juliaup to work, then you can install the Snap with

sudo snap install julia --classic

It is not recommended to use the snap package. You will likely get an out-of-date julia version with incompatible dependencies.

1 Like

On my computer the Snap Julia version is 1.11.3 and the publisher is listed as “julialang”, do you have a reference to somewhere that says that installing the Snap is not recommended?

Yes, see the official julia website here