@@ -401,26 +401,9 @@ On Windows, double-click `usr/bin/julia.exe`.
401
401
If everything works correctly, you will see a Julia banner and an interactive prompt into which you can enter expressions for evaluation.
402
402
You can read about [ getting started] ( https://julialang.org/manual/getting-started ) in the manual.
403
403
404
- The following distributions include julia, but the versions may be out of date due to rapid development:
405
-
406
- * [ Alpine Linux] ( http://pkgs.alpinelinux.org/package/edge/testing/x86_64/julia )
407
- * [ Arch Linux] ( https://www.archlinux.org/packages/community/i686/julia/ )
408
- * [ Debian GNU/Linux] ( http://packages.debian.org/sid/julia )
409
- * [ Fedora Linux] ( https://admin.fedoraproject.org/pkgdb/package/julia/ ) , RHEL/CentOS/OEL/Scientific Linux (EPEL)
410
- * [ Current stable release for Fedora/EPEL] ( https://copr.fedoraproject.org/coprs/nalimilan/julia/ )
411
- * [ Nightly builds for Fedora/EPEL] ( https://copr.fedoraproject.org/coprs/nalimilan/julia-nightlies/ )
412
- * [ Gentoo Linux] ( https://packages.gentoo.org/package/dev-lang/julia )
413
- * Git Package in the [ Science overlay] ( https://wiki.gentoo.org/wiki/Project:Science/Overlay )
414
- * openSUSE
415
- * Stable package for openSUSE: [ OBS page] ( https://build.opensuse.org/package/show/science/julia ) , [ 1 Click Install] ( http://software.opensuse.org/download.html?project=science&package=julia )
416
- * Git package for openSUSE: [ OBS page] ( https://build.opensuse.org/package/show/science/julia-unstable ) , [ 1 Click Install] ( http://software.opensuse.org/download.html?project=science&package=julia-unstable )
417
- * [ NixOS] ( https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/compilers/julia )
418
- * Ubuntu
419
- * [ Ubuntu] ( http://packages.ubuntu.com/search?keywords=julia )
420
- * [ Nightly builds PPA] ( https://launchpad.net/~staticfloat/+archive/julianightlies ) (depends on the [ julia-deps PPA] ( https://launchpad.net/~staticfloat/+archive/julia-deps/ ) )
421
- * [ MacPorts] ( https://trac.macports.org/browser/trunk/dports/lang/julia/Portfile )
422
- * [ OS X Homebrew Tap] ( https://github.com/staticfloat/homebrew-julia/ )
423
- * [ FreeBSD Ports] ( https://www.freshports.org/lang/julia/ )
404
+ ** Note** : While some system package managers have Julia installers available,
405
+ these are not maintained nor endorsed by the Julia project. They may be outdated
406
+ and/or unmaintained. We recommend you use the official Julia binaries instead.
424
407
425
408
## Editor and Terminal Setup
426
409
0 commit comments