# How to update Julia 1.8.x to 1.9.x

**URL:** https://discourse.julialang.org/t/how-to-update-julia-1-8-x-to-1-9-x/100261
**Category:** General Usage
**Tags:** question
**Created:** [June 13, 2023, 2:27am UTC](https://discourse.julialang.org/t/how-to-update-julia-1-8-x-to-1-9-x/100261 "2023-06-13T02:27:35Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![kevinqiao](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/kevinqiao/32/44492_2.png) [@kevinqiao](https://discourse.julialang.org/u/kevinqiao)
#### Post date: [June 13, 2023, 2:27am UTC](https://discourse.julialang.org/t/how-to-update-julia-1-8-x-to-1-9-x/100261/1 "2023-06-13T02:27:35Z")

</div>

Hi there,

I’m currently using Julia 1.8.2 on Windows 10 platform, and I wonder how to update Julia to 1.9.1 without re-install my packages, e.g., JuMP, etc. And I don’t like there are several Julia versions on my PC. So is there a simple implementation method?

---

<div class="post-metadata">

### Author: ![gdalle](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/gdalle/32/27854_2.png) [@gdalle](https://discourse.julialang.org/u/gdalle)
#### Post date: [June 13, 2023, 5:16am UTC](https://discourse.julialang.org/t/how-to-update-julia-1-8-x-to-1-9-x/100261/2 "2023-06-13T05:16:49Z")

</div>

Hey @kevinqiao!

The simplest way is to use `juliaup`, which should be accessible in the Windows store.

> **[GitHub - JuliaLang/juliaup: Julia installer and version multiplexer](https://github.com/JuliaLang/juliaup)**
>
> Julia installer and version multiplexer. Contribute to JuliaLang/juliaup development by creating an account on GitHub.

---

<div class="post-metadata">

### Author: ![kevinqiao](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/kevinqiao/32/44492_2.png) [@kevinqiao](https://discourse.julialang.org/u/kevinqiao)
#### Post date: [June 17, 2023, 2:13am UTC](https://discourse.julialang.org/t/how-to-update-julia-1-8-x-to-1-9-x/100261/3 "2023-06-17T02:13:44Z")

</div>

It seems that I should uninstall my Julia and reinstall Julia via juliaup, how terrible…

---

<div class="post-metadata">

### Author: ![algunion](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/algunion/32/51630_2.png) [@algunion](https://discourse.julialang.org/u/algunion)
#### Post date: [June 17, 2023, 2:22am UTC](https://discourse.julialang.org/t/how-to-update-julia-1-8-x-to-1-9-x/100261/4 "2023-06-17T02:22:19Z")

</div>

juliaup option is a good long-term investment here (it saves time for future updates).

Otherwise, the traditional approach would be to repeat the steps that you took in the first place when installing the 1.8.x version (and delete the old version if you don’t need it anymore). I am assuming you opted for one of [these](https://julialang.org/downloads/platform/) (depending on your platform).

juliaup also lets you easily switch between versions (let’s say you want to test some preview version or use a different version temporarily).
