# Is there a terminal command to upgrade from 1.1.0 to 1.1.1  ?

**URL:** https://discourse.julialang.org/t/is-there-a-terminal-command-to-upgrade-from-1-1-0-to-1-1-1/24301
**Category:** New to Julia
**Created:** [May 17, 2019, 2:51am UTC](https://discourse.julialang.org/t/is-there-a-terminal-command-to-upgrade-from-1-1-0-to-1-1-1/24301 "2019-05-17T02:51:09Z")
**Posts on this page:** 1
**Showing post:** 7

<div class="post-metadata">

### Author: ![VincentTam](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/vincenttam/32/8358_2.png) [@VincentTam](https://discourse.julialang.org/u/VincentTam)
#### Post date: [May 18, 2019, 12:56pm UTC](https://discourse.julialang.org/t/is-there-a-terminal-command-to-upgrade-from-1-1-0-to-1-1-1/24301/7 "2019-05-18T12:56:25Z")

</div>

IMHO, deleting and re-installing the whole thing _isn’t_ that difficult (at least, under \*nix).

1. `rm -rf {your-old-julia-binary-folder}`

2. using @fredrikekre’s command

This is quicker and cleaner the overwriting existing Julia’s directory. For installed packages, `~/.julia/` with automatically take care of them. For instance, you have `v1.0` and `v1.1` in `~/.julia/compiled`.

In practice, [`Pkg> st` and `Pkg> update`](https://discourse.julialang.org/t/pkg-add-pycall-every-time/24136/2) in the new version will take care of everything.

---

_[View the full topic](https://discourse.julialang.org/t/is-there-a-terminal-command-to-upgrade-from-1-1-0-to-1-1-1/24301)._
