This wiki was updated to MediaWiki 1.37. If you notice any issues, please report them to admin[at]opensuse.org
Julia
General Guidelines 路 Naming Guidelines 路 Specfile Guidelines 路 Patches Guidelines 路 Security Guidelines 路 RPM Group Guidelines
Build Service Tutorial 路 Tips & Tricks 路 Cross Distribution Howto 路 Packaging checks
Desktop menu categories 路 RPM Macros 路 Scriptlets 路 Init scripts 路 How to write good changes
Build Service Tutorial 路 Tips & Tricks 路 Cross Distribution Howto 路 Packaging checks
Desktop menu categories 路 RPM Macros 路 Scriptlets 路 Init scripts 路 How to write good changes
Details about the Julia programming language in openSUSE
Julia
Julia is a high-level, high-performance dynamic language for technical computing. The main homepage for Julia can be found at julialang.org.
For Software Developers and Scientists
For Julia development on openSUSE, the preferred method to install julia is via juliaup. It is a version manager like rust's rustup that allows multiple versions of julia to be installed, updated and maintained.
You can install the juliaup tool in two ways:
zypper
zypper in juliaup juliaup install release
Upstream
curl -fsSL https://install.julialang.org | sh