I recently jumped ship from Windows 11 to CachyOS, a derivative distribution of Arch Linux. As such, it uses the Arch package repos and has access to the Arch User Repository. As it stands, I have 3 install options:
- Install the Julia 1.12.6 package from the official Arch package repos. It lists https://julialang.org/ as the upstream URL, but I don’t know if this means that it’s officially distributed by the Julia project or if it’s simply repackaging the official releases. I assume this also means that Julia version management would be handled by the OS package manager (
pacman) rather thanjuliaup. - Install
juliaupfrom the Arch User Repository (AUR). This would then let me usejuliaupto manage my Julia installs, and the package manager to managejuliaup. - Install
juliaupusing the one-line shell command from the docs.
I don’t have a good sense of the pros and cons of these methods, so I would appreciate some info/guidance on the recommended install method.