Hello there!
I am relatively new to Julia and I have started to use it for my research activities.
Probably I am wrong, but I have seen that Julia seems to be no longer available under Debian. On Debian Tracker julia - Debian Package Tracker I have noticed that “the package is going to disappear unless someone takes it over and reintroduces it”. Indeed, Julia seems to be not present in the Debian repository for forthcoming releases (e.g., Bookworm). Could someone tells me what is going to happen?
Note: Although some system package managers provide Julia, such installations are neither maintained nor endorsed by the Julia project. They may be outdated, broken and/or unmaintained. We recommend you use the official Julia binaries instead.
The general recommendation is to download from the website instead of depending on OS repos.
While for the Julia user/programmer indeed there is little burder in installing from official site than from official deb repos, we still have the problem that if Julia applications/scripts want to be shipped in Linux distros, they will need a suported OS package…
Julia is supported with snap OS package, in Ubuntu (the most popular Linux) and more Linux, such as Debian (though snap not there preinstalled I think). It supports latest 1.8.2 and LTS. snap is preinstalled on Ubuntu, can be installed on Debian, though not as easily on Linux Mint, which uses flatpak, since it’s prevented:
To prevent repository packages from triggering the installation of Snap,
this file forbids snapd from being installed by APT.
flatpak also works on Debian, Ubuntu, Mint, RedHat etc. but I didn’t look into if there’s a julia flatpak.
juliaup, should be the future on Linux, in snap and/or flatpak form (maybe apt and rpm too?). And I would think preinstalled. Julia doesn’t need its own package, nor to be preinstalled.