# Updating to latest release using \`juliaup\`

**URL:** https://discourse.julialang.org/t/updating-to-latest-release-using-juliaup/113718
**Category:** General Usage
**Tags:** juliaup
**Created:** [May 2, 2024, 6:33am UTC](https://discourse.julialang.org/t/updating-to-latest-release-using-juliaup/113718 "2024-05-02T06:33:45Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Devansh1106](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/devansh1106/32/207983_2.png) [@Devansh1106](https://discourse.julialang.org/u/Devansh1106)
#### Post date: [May 2, 2024, 6:33am UTC](https://discourse.julialang.org/t/updating-to-latest-release-using-juliaup/113718/1 "2024-05-02T06:33:45Z")

</div>

I am updating julia to latest release in WSL but it seems to have some error while updating. I am using `juliaup update` command. Following is the error message:

```julia
devansh@MSI:~$ juliaup update
Installing Julia 1.10.3+0.x64.linux.gnu
Error: Failed to install '1.10.3+0.x64.linux.gnu' while updating channel 'release'.

Caused by:
    0: Failed to extract downloaded file from url `https://julialang-s3.julialang.org/bin/linux/x64/1.10/julia-1.10.3-linux-x86_64.tar.gz`.
    1: failed to unpack `julia-1.10.3/share/julia/compiled/v1.10/SparseArrays/P9ieR_lPxDH.ji` into `/home/devansh/.julia/juliaup/julia-1.10.3+0.x64.linux.gnu/share/julia/compiled/v1.10/SparseArrays/P9ieR_lPxDH.ji`
    2: request or response body error: error reading a body from connection: cannot decrypt peer's message
    3: error reading a body from connection: cannot decrypt peer's message
    4: cannot decrypt peer's message

```

---

<div class="post-metadata">

### Author: ![Oscar\_Smith](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/oscar_smith/32/25343_2.png) [@Oscar\_Smith](https://discourse.julialang.org/u/Oscar_Smith)
#### Post date: [May 2, 2024, 2:59pm UTC](https://discourse.julialang.org/t/updating-to-latest-release-using-juliaup/113718/2 "2024-05-02T14:59:34Z")

</div>

Are you behind a firewall? That URL definitely is correct.

---

<div class="post-metadata">

### Author: ![Devansh1106](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/devansh1106/32/207983_2.png) [@Devansh1106](https://discourse.julialang.org/u/Devansh1106)
#### Post date: [May 5, 2024, 4:40am UTC](https://discourse.julialang.org/t/updating-to-latest-release-using-juliaup/113718/3 "2024-05-05T04:40:20Z")

</div>

I think yes. I checked using [shieldcheck.com](http://shieldcheck.com) and it says “your firewall is working”.

---

<div class="post-metadata">

### Author: ![novalex98](https://avatars.discourse-cdn.com/v4/letter/n/bb73d2/32.png) [@novalex98](https://discourse.julialang.org/u/novalex98)
#### Post date: [March 2, 2025, 5:52am UTC](https://discourse.julialang.org/t/updating-to-latest-release-using-juliaup/113718/4 "2025-03-02T05:52:21Z")

</div>

I am also getting this error
