Open In App

How to Install Julia on openSUSE?

Julia is an open-source, compiled, high-level, a dynamic programming language designed to give users the speed of C/C++ while remaining as easy to use as Python. It was originally intended for numerical/technical computing. It is not object-oriented in the full sense because you cannot attach methods to Julia’s objects (“types”), and It is not a very difficult language to learn. 

Features of Julia

Installation of Julia on openSUSE

Follow the below steps in order to install it:



Step 1: Refresh repositories.

sudo zypper refresh



 

Step 2: Install Julia language.

sudo zypper install julia

 

Installing required packages, 

 

Step 3: Verify the installation.

julia –version

 

Or to get Julia’s shell.

julia

 

As you can see, we get the Julia shell which means we’ve successfully installed it. 

Article Tags :