# Installing Julia on Linux server?

**URL:** https://discourse.julialang.org/t/installing-julia-on-linux-server/75699
**Category:** New to Julia
**Tags:** linux
**Created:** [February 3, 2022, 5:00am UTC](https://discourse.julialang.org/t/installing-julia-on-linux-server/75699 "2022-02-03T05:00:13Z")
**Posts on this page:** 1
**Showing post:** 8

<div class="post-metadata">

### Author: ![j\_u](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/j_u/32/219081_2.png) [@j\_u](https://discourse.julialang.org/u/j_u)
#### Post date: [February 4, 2022, 5:01pm UTC](https://discourse.julialang.org/t/installing-julia-on-linux-server/75699/8 "2022-02-04T17:01:40Z")

</div>

Yeah. Unfortunately, its hard for me to provide any additional / precise advice. Being in your place and based on provided info what I would be looking at is **a)** what’s the shell you are using and if everything is ok with it and **b)** if everything is ok with Gluster filesystem. You may also try to install Julia with Python `jill`. Please see my post here how I did it on on ARM. The steps are the same on x86: [Julia v1.7.1 on RPI4: Use JILL - #5 by j\_u](https://discourse.julialang.org/t/julia-v1-7-1-on-rpi4-use-jill/74673/5)

The commands are:

```julia
$ sudo yum install python3-pip
$ sudo pip3 install jill
$ jill install

```

Due to “WARNING: Running pip install with root privileges is generally not a good idea. Try `pip3 install --user` instead.” you may follow this WARNING advice and not use sudo for this step.

---

_[View the full topic](https://discourse.julialang.org/t/installing-julia-on-linux-server/75699)._
