# Error on installation packages

**URL:** https://discourse.julialang.org/t/error-on-installation-packages/77914
**Category:** General Usage
**Created:** [March 15, 2022, 12:08pm UTC](https://discourse.julialang.org/t/error-on-installation-packages/77914 "2022-03-15T12:08:04Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![Photonico](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/photonico/32/34573_2.png) [@Photonico](https://discourse.julialang.org/u/Photonico)
#### Post date: [March 15, 2022, 12:08pm UTC](https://discourse.julialang.org/t/error-on-installation-packages/77914/1 "2022-03-15T12:08:04Z")

</div>

Hi,

I cannot install new packages with error:

```julia
curl_multi_socket_action: 8
@ Downloads.Curl /home/abuild/rpmbuild/BUILD/julia-1.6.3/usr/share/julia/stdlib/v1.6/Downloads/src/Curl/utils.jl:36

```

It’s bothering me. How can I fix this problem?

Julia Version: 1.6.3  
OS: openSUSE TW

Sincerely,  
Lu

---

<div class="post-metadata">

### Author: ![lawless-m](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/lawless-m/32/30869_2.png) [@lawless-m](https://discourse.julialang.org/u/lawless-m)
#### Post date: [March 15, 2022, 12:29pm UTC](https://discourse.julialang.org/t/error-on-installation-packages/77914/2 "2022-03-15T12:29:40Z")

</div>

Hi,

we probably need more information to diagnose this

all the way from `julia> ]` to `julia>`

or everything from the `julia>import Pkg; Pkg.add(` to `julia>`

---

<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: [March 15, 2022, 12:32pm UTC](https://discourse.julialang.org/t/error-on-installation-packages/77914/3 "2022-03-15T12:32:14Z")

</div>

> [@Photonico](#):
>
> Julia Version: 1.6.3

I believe this bug might be fixed in 1.6.4 or 1.6.5. Make sure you use the latest version, bugs are fixed all the time!

---

<div class="post-metadata">

### Author: ![Photonico](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/photonico/32/34573_2.png) [@Photonico](https://discourse.julialang.org/u/Photonico)
#### Post date: [March 15, 2022, 12:45pm UTC](https://discourse.julialang.org/t/error-on-installation-packages/77914/4 "2022-03-15T12:45:26Z")

</div>

Hi,

I have tried both these two ways to install packages. They demonstrate the same problem.

---

<div class="post-metadata">

### Author: ![lawless-m](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/lawless-m/32/30869_2.png) [@lawless-m](https://discourse.julialang.org/u/lawless-m)
#### Post date: [March 15, 2022, 12:47pm UTC](https://discourse.julialang.org/t/error-on-installation-packages/77914/5 "2022-03-15T12:47:37Z")

</div>

What you are not doing, is demonstrating it to us

> [@Please read: make it easier to help you](https://discourse.julialang.org/t/please-read-make-it-easier-to-help-you/14757):
>
> Welcome to the Julia Discourse! We are enthusiastic about helping Julia programmers, both beginner and experienced. This public service announcement (PSA) outlines best practices when asking for help. Following these points makes it easier for us to help you and more likely you’ll get a prompt, useful answer. Keywords are highlighted to make it easier to refer to specific points. Choose a descriptive title that captures the key part of your question, eg “plots with multiple axes” instead of …

---

<div class="post-metadata">

### Author: ![Photonico](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/photonico/32/34573_2.png) [@Photonico](https://discourse.julialang.org/u/Photonico)
#### Post date: [March 15, 2022, 12:48pm UTC](https://discourse.julialang.org/t/error-on-installation-packages/77914/6 "2022-03-15T12:48:38Z")

</div>

☹  
the last version of openSUSE official software source offered is 1.6.3

---

<div class="post-metadata">

### Author: ![Photonico](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/photonico/32/34573_2.png) [@Photonico](https://discourse.julialang.org/u/Photonico)
#### Post date: [March 15, 2022, 12:50pm UTC](https://discourse.julialang.org/t/error-on-installation-packages/77914/7 "2022-03-15T12:50:43Z")

</div>

Only these two lines error message.

```julia
curl_multi_socket_action: 8
@ Downloads.Curl /home/abuild/rpmbuild/BUILD/julia-1.6.3/usr/share/julia/stdlib/v1.6/Downloads/src/Curl/utils.jl:36

```

No more information I got.

---

<div class="post-metadata">

### Author: ![lawless-m](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/lawless-m/32/30869_2.png) [@lawless-m](https://discourse.julialang.org/u/lawless-m)
#### Post date: [March 15, 2022, 12:57pm UTC](https://discourse.julialang.org/t/error-on-installation-packages/77914/8 "2022-03-15T12:57:04Z")

</div>

Julia binary builds are available from

> **[Download Julia](https://julialang.org/downloads/)**
>
> The official website for the Julia Language. Julia is a language that is fast, dynamic, easy to use, and open source. Click here to learn more.

This is probably the one you need:

[64-bit (glibc)](https://julialang-s3.julialang.org/bin/linux/x64/1.7/julia-1.7.2-linux-x86_64.tar.gz)

They can be unzipped in your $HOME and don’t need root (although I put mine in /opt )

---

<div class="post-metadata">

### Author: ![lmiq](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/lmiq/32/18314_2.png) [@lmiq](https://discourse.julialang.org/u/lmiq)
#### Post date: [March 15, 2022, 2:44pm UTC](https://discourse.julialang.org/t/error-on-installation-packages/77914/9 "2022-03-15T14:44:13Z")

</div>

I think I had that error before, and I ended up erasing the Julia installation (and the .julia directory), and installing it again.
