# How can I easily upgrade to the latest version of Julia?

**URL:** https://discourse.julialang.org/t/how-can-i-easily-upgrade-to-the-latest-version-of-julia/99141
**Category:** General Usage
**Tags:** question
**Created:** [May 20, 2023, 2:07am UTC](https://discourse.julialang.org/t/how-can-i-easily-upgrade-to-the-latest-version-of-julia/99141 "2023-05-20T02:07:39Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![WuSiren](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/wusiren/32/42529_2.png) [@WuSiren](https://discourse.julialang.org/u/WuSiren)
#### Post date: [May 20, 2023, 2:07am UTC](https://discourse.julialang.org/t/how-can-i-easily-upgrade-to-the-latest-version-of-julia/99141/1 "2023-05-20T02:07:39Z")

</div>

For example, if I am currently using Julia v1.8, and I want to upgrade to Julia v1.9 while keeping all previously installed packages, how can I do that?

I am using the VS Code development environment on win10.

Thanks!

---

<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 20, 2023, 6:23am UTC](https://discourse.julialang.org/t/how-can-i-easily-upgrade-to-the-latest-version-of-julia/99141/2 "2023-05-20T06:23:44Z")

</div>

> [@Updated julia via juliaup, packages are no longer avaiable](https://discourse.julialang.org/t/updated-julia-via-juliaup-packages-are-no-longer-avaiable/98612):
>
> With Julia 1.9.0 being released, I ran juliaup update in my (ubuntu 22.04) terminal to get the latest version. when I then start julia I got a ERROR: LoadError: ArgumentError: Package OhMyREPL not found in current path. - Run `import Pkg; Pkg.add("OhMyREPL")` to install the OhMyREPL package. error (I have using OhMyREPL ran automatically on Julai startup). Also, ]status gives (@v1.9) pkg\> status Status `~/.julia/environments/v1.9/Project.toml` (empty project) Ut seems like all the packages I…
