# Uninstalling julia completely

**URL:** https://discourse.julialang.org/t/uninstalling-julia-completely/38493
**Category:** General Usage
**Tags:** question
**Created:** [April 30, 2020, 4:46pm UTC](https://discourse.julialang.org/t/uninstalling-julia-completely/38493 "2020-04-30T16:46:13Z")
**Posts on this page:** 10
**Page:** 1

<div class="post-metadata">

### Author: ![benoitseron](https://avatars.discourse-cdn.com/v4/letter/b/85f322/32.png) [@benoitseron](https://discourse.julialang.org/u/benoitseron)
#### Post date: [April 30, 2020, 4:46pm UTC](https://discourse.julialang.org/t/uninstalling-julia-completely/38493/1 "2020-04-30T16:46:13Z")

</div>

I am trying to uninstall and then reinstall julia entirely as I had issues similar to [this one](https://github.com/JunoLab/Juno.jl/issues/361) using Atom/Juno.

I followed the steps I could find online, as described in the second section [here](https://www.devmanuals.net/install/ubuntu/ubuntu-16-04-LTS-Xenial-Xerus/how-to-install-julia.html). I also tried to find related files and deleted the manually.

However, while I do the steps again it tells me that ‘no package julia is installed’, when I type ‘julia’ in a terminal, it still starts the REPL. I noticed that it starts an old version of julia, 1.0.4. (Though it cannot find some basic packages that were previously installed, such as Plots).

How can I make sure that everything is uninstalled so that I can try to freshly reinstall julia and hopefully not have the same problems?

---

<div class="post-metadata">

### Author: ![PetrKryslUCSD](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/petrkryslucsd/32/215825_2.png) [@PetrKryslUCSD](https://discourse.julialang.org/u/PetrKryslUCSD)
#### Post date: [April 30, 2020, 4:48pm UTC](https://discourse.julialang.org/t/uninstalling-julia-completely/38493/2 "2020-04-30T16:48:43Z")

</div>

What is your platform? On Windows I can locate the various versions under `AppData`, and remove them manually if need be.

---

<div class="post-metadata">

### Author: ![Iulian.Cioarca](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/iulian.cioarca/32/30166_2.png) [@Iulian.Cioarca](https://discourse.julialang.org/u/Iulian.Cioarca)
#### Post date: [April 30, 2020, 4:56pm UTC](https://discourse.julialang.org/t/uninstalling-julia-completely/38493/3 "2020-04-30T16:56:06Z")

</div>

You can go to Juno settings and see the julia.exe path (on Windows). Then uninstall from there. Please keep in mind that all packages are usually under `C:/Users/username/.julia`. So if you really want a clean setup, you need to delete that `.julia` folder.  
EDIT: now I saw you said `terminal`. You can type `where julia` if you are on Windows to get the path to the executable.

---

<div class="post-metadata">

### Author: ![Albert\_Zevelev](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/albert_zevelev/32/11844_2.png) [@Albert\_Zevelev](https://discourse.julialang.org/u/Albert_Zevelev)
#### Post date: [April 30, 2020, 5:01pm UTC](https://discourse.julialang.org/t/uninstalling-julia-completely/38493/4 "2020-04-30T17:01:09Z")

</div>

In terminal  
‘rm -rf ~/.julia’

---

<div class="post-metadata">

### Author: ![PetrKryslUCSD](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/petrkryslucsd/32/215825_2.png) [@PetrKryslUCSD](https://discourse.julialang.org/u/PetrKryslUCSD)
#### Post date: [April 30, 2020, 5:03pm UTC](https://discourse.julialang.org/t/uninstalling-julia-completely/38493/5 "2020-04-30T17:03:47Z")

</div>

I think the OP was complaining about extraneous executables of Julia.  
On Windows these are typically in `C:\Users\USERNAME\AppData\Local\Programs\Julia\Julia-1.4.0`, or `C:\Users\USERNAME\AppData\Local\Programs\Julia 1.5.0-DEV`

---

<div class="post-metadata">

### Author: ![benoitseron](https://avatars.discourse-cdn.com/v4/letter/b/85f322/32.png) [@benoitseron](https://discourse.julialang.org/u/benoitseron)
#### Post date: [April 30, 2020, 6:00pm UTC](https://discourse.julialang.org/t/uninstalling-julia-completely/38493/6 "2020-04-30T18:00:17Z")

</div>

Hey guys, I’m on Ubuntu 18. I run this command as suggested `rm -rf ~/.julia` but still I have the same problem. (I already ran that before). ![Selection_389](https://global.discourse-cdn.com/julialang/original/3X/0/c/0c1fd1b8d96c097e7c7b11f1b6341e37d083f45f.png)

---

<div class="post-metadata">

### Author: ![Oto\_Brzobohaty](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/oto_brzobohaty/32/10370_2.png) [@Oto\_Brzobohaty](https://discourse.julialang.org/u/Oto_Brzobohaty)
#### Post date: [April 30, 2020, 6:08pm UTC](https://discourse.julialang.org/t/uninstalling-julia-completely/38493/7 "2020-04-30T18:08:33Z")

</div>

Hi,

in `~./Julia/` directory are config files and installed packages.

Julia installation is in different directory. Look into you PATH in .bashrc.  
For example, I have Julia installed (unpacked) directly in the home directory ~/julia-1.3.1

Use command:

`which julia`

---

<div class="post-metadata">

### Author: ![PetrKryslUCSD](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/petrkryslucsd/32/215825_2.png) [@PetrKryslUCSD](https://discourse.julialang.org/u/PetrKryslUCSD)
#### Post date: [April 30, 2020, 6:09pm UTC](https://discourse.julialang.org/t/uninstalling-julia-completely/38493/8 "2020-04-30T18:09:20Z")

</div>

Try `which julia` in the terminal.

---

<div class="post-metadata">

### Author: ![benoitseron](https://avatars.discourse-cdn.com/v4/letter/b/85f322/32.png) [@benoitseron](https://discourse.julialang.org/u/benoitseron)
#### Post date: [April 30, 2020, 6:12pm UTC](https://discourse.julialang.org/t/uninstalling-julia-completely/38493/9 "2020-04-30T18:12:56Z")

</div>

Indeed, this worked. It was in /snap/bin/julia. Thanks!

---

<div class="post-metadata">

### Author: ![Rkiefe](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/rkiefe/32/218845_2.png) [@Rkiefe](https://discourse.julialang.org/u/Rkiefe)
#### Post date: [October 2, 2025, 1:58pm UTC](https://discourse.julialang.org/t/uninstalling-julia-completely/38493/10 "2025-10-02T13:58:39Z")

</div>

The official way is to run on the terminal:  
`juliaup self uninstall`  
It says so on the terminal at the end of your installation.
