# Juno for Julia v. 1.0.1

**URL:** https://discourse.julialang.org/t/juno-for-julia-v-1-0-1/17070
**Category:** Juno
**Created:** [November 1, 2018, 8:17pm UTC](https://discourse.julialang.org/t/juno-for-julia-v-1-0-1/17070 "2018-11-01T20:17:59Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![BLI](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/bli/32/37206_2.png) [@BLI](https://discourse.julialang.org/u/BLI)
#### Post date: [November 1, 2018, 8:17pm UTC](https://discourse.julialang.org/t/juno-for-julia-v-1-0-1/17070/1 "2018-11-01T20:17:59Z")

</div>

I’ve had issues with Juno since installing Julia v.1.0.1 So I want to _totally remove_ Atom/Juno, and install it from scratch (Win 10). I do the following:

- Pkg.rm(“Juno”)
- uninstall Atom using the Control Panel
- in Explorer, go to %appdata% and remove Atom folders

If I re-install Atom, there are _still_ traces of the old install…

- It starts up with the non-default light theme I chose in a previous installation
- It remembers the Julia file I worked on in a previous installation
- If I go to Installation, I can choose uber-juno, but there is no install button, so I assume it is lurking somewhere.

However, there is no menu on the left border, no terminal windows, etc, etc.

Question: How can I _completely_ erase Juno, and start the installation from scratch?

---

<div class="post-metadata">

### Author: ![pfitzseb](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/pfitzseb/32/45566_2.png) [@pfitzseb](https://discourse.julialang.org/u/pfitzseb)
#### Post date: [November 1, 2018, 8:32pm UTC](https://discourse.julialang.org/t/juno-for-julia-v-1-0-1/17070/2 "2018-11-01T20:32:46Z")

</div>

There is also `C:\Users\you\.atom` which has user settings and packages. Try removing that as well. In Julia you’d also need to `rm Atom`, but that shouldn’t actually be necessary.

---

<div class="post-metadata">

### Author: ![BLI](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/bli/32/37206_2.png) [@BLI](https://discourse.julialang.org/u/BLI)
#### Post date: [November 1, 2018, 8:56pm UTC](https://discourse.julialang.org/t/juno-for-julia-v-1-0-1/17070/3 "2018-11-01T20:56:15Z")

</div>

Ah… thanks a lot. I searched for “atom” in Explorer, but it didn’t find “.atom”. Problem solved!
