# Segmentation fault when installing packages

**URL:** https://discourse.julialang.org/t/segmentation-fault-when-installing-packages/39067
**Category:** General Usage
**Created:** [May 8, 2020, 8:39am UTC](https://discourse.julialang.org/t/segmentation-fault-when-installing-packages/39067 "2020-05-08T08:39:52Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![david\_m](https://avatars.discourse-cdn.com/v4/letter/d/c37758/32.png) [@david\_m](https://discourse.julialang.org/u/david_m)
#### Post date: [May 8, 2020, 8:39am UTC](https://discourse.julialang.org/t/segmentation-fault-when-installing-packages/39067/1 "2020-05-08T08:39:52Z")

</div>

Hello everyone,

I don’t know since when that happens but I just noticed that I can not install new packages anymore.

If I run “Pkg.add(“LightGraphs”)” for example, Julia crashes:

 ![image](https://global.discourse-cdn.com/julialang/original/3X/5/6/56316a39b4db56c815961bbd26f7750164b406be.png)

These are the packages that are already installed:

[6cde8614] BlockDecomposition v1.2.0  
[88b4ec78] Coluna v0.3.0 #master ([GitHub - atoptima/Coluna.jl: Branch-and-Price-and-Cut in Julia](https://github.com/atoptima/Coluna.jl))  
[60bf3e95] GLPK v0.12.1  
[4076af6c] JuMP v0.21.1  
[b8f27783] MathOptInterface v0.9.13 #master ([GitHub - jump-dev/MathOptInterface.jl: An abstraction layer for mathematical optimization solvers.](https://github.com/JuliaOpt/MathOptInterface.jl))

It might be because one of the installed packages, but I did not really want to remove any because I am afraid I will not be able to reinstall them.

Does anyone have any idea what the reason for this problem could be or how it can be solved?

It will be great if anyone can help me!

Best regards,

David

---

<div class="post-metadata">

### Author: ![fredrikekre](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/fredrikekre/32/1688_2.png) [@fredrikekre](https://discourse.julialang.org/u/fredrikekre)
#### Post date: [May 8, 2020, 8:50am UTC](https://discourse.julialang.org/t/segmentation-fault-when-installing-packages/39067/2 "2020-05-08T08:50:26Z")

</div>

How did you install Julia?

---

<div class="post-metadata">

### Author: ![david\_m](https://avatars.discourse-cdn.com/v4/letter/d/c37758/32.png) [@david\_m](https://discourse.julialang.org/u/david_m)
#### Post date: [May 8, 2020, 8:52am UTC](https://discourse.julialang.org/t/segmentation-fault-when-installing-packages/39067/3 "2020-05-08T08:52:21Z")

</div>

Using the graphical package manager in Manjaro (so Pamac version 9.4.2-1).

---

<div class="post-metadata">

### Author: ![dilumaluthge](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/dilumaluthge/32/29283_2.png) [@dilumaluthge](https://discourse.julialang.org/u/dilumaluthge)
#### Post date: [May 8, 2020, 9:03am UTC](https://discourse.julialang.org/t/segmentation-fault-when-installing-packages/39067/4 "2020-05-08T09:03:23Z")

</div>

This is a known issue with the package manager in Manjaro.

Try using the official binaries from [https://julialang.org](https://julialang.org)

---

<div class="post-metadata">

### Author: ![david\_m](https://avatars.discourse-cdn.com/v4/letter/d/c37758/32.png) [@david\_m](https://discourse.julialang.org/u/david_m)
#### Post date: [May 8, 2020, 9:16am UTC](https://discourse.julialang.org/t/segmentation-fault-when-installing-packages/39067/5 "2020-05-08T09:16:54Z")

</div>

Fantastic, it works now!

Thank you so much for you help. I don’t know what I would have done without you!

---

<div class="post-metadata">

### Author: ![nilshg](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/nilshg/32/2283_2.png) [@nilshg](https://discourse.julialang.org/u/nilshg)
#### Post date: [May 8, 2020, 4:03pm UTC](https://discourse.julialang.org/t/segmentation-fault-when-installing-packages/39067/6 "2020-05-08T16:03:41Z")

</div>

Or use your favourite AUR helper to install [AUR (en) - julia-bin](https://aur.archlinux.org/packages/julia-bin/)
