# Atom+juno on ubuntu mate 16.04

**URL:** https://discourse.julialang.org/t/atom-juno-on-ubuntu-mate-16-04/2248
**Category:** General Usage
**Created:** [February 23, 2017, 10:53am UTC](https://discourse.julialang.org/t/atom-juno-on-ubuntu-mate-16-04/2248 "2017-02-23T10:53:17Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![mazzanti](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/mazzanti/32/32948_2.png) [@mazzanti](https://discourse.julialang.org/u/mazzanti)
#### Post date: [February 23, 2017, 10:53am UTC](https://discourse.julialang.org/t/atom-juno-on-ubuntu-mate-16-04/2248/1 "2017-02-23T10:53:17Z")

</div>

Hi,  
sorry if I’m posting in the wrong place… I don’t know what is the right place to ask this, so please tell me if you know 🙂  
The fact is that I’m trying to install the Juno IDE on my Ubuntu mate 16.04 box. I donwload the .deb package of Atom, install it and Ctrl+, install uber-juno. But then the editor complains

Uncaught TypeError: Object.observe is not a function/home/mazzanti/.atom/packages/ink/lib/console/view.coffee:93Show Stack TraceThe error was thrown from the ink package. This issue has already been reported.

…and Julia does not work. IS there any cure for that? I’ve seen I’m not the first one to report this, but haven’t found any cure yet. Does that mean that currently it is not possible to use it in ubuntu?

Best regards and thanks,

Ferran.

---

<div class="post-metadata">

### Author: ![Balinus](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/balinus/32/243_2.png) [@Balinus](https://discourse.julialang.org/u/Balinus)
#### Post date: [February 23, 2017, 2:04pm UTC](https://discourse.julialang.org/t/atom-juno-on-ubuntu-mate-16-04/2248/2 "2017-02-23T14:04:18Z")

</div>

Perhaps try with the command line installation of uber-juno? just something I would try if the installation within Atom didn’t work.

`apm install uber-juno`

---

<div class="post-metadata">

### Author: ![MikeInnes](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/mikeinnes/32/3656_2.png) [@MikeInnes](https://discourse.julialang.org/u/MikeInnes)
#### Post date: [February 23, 2017, 2:09pm UTC](https://discourse.julialang.org/t/atom-juno-on-ubuntu-mate-16-04/2248/3 "2017-02-23T14:09:59Z")

</div>

Looks like your copy of the ink package is out of date somehow. Try checking for updates in Atom’s settings view.

---

<div class="post-metadata">

### Author: ![mazzanti](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/mazzanti/32/32948_2.png) [@mazzanti](https://discourse.julialang.org/u/mazzanti)
#### Post date: [February 27, 2017, 9:05am UTC](https://discourse.julialang.org/t/atom-juno-on-ubuntu-mate-16-04/2248/4 "2017-02-27T09:05:01Z")

</div>

sorry I don’t know how to update the ink package. Could you explain a bit more? Thanks…

---

<div class="post-metadata">

### Author: ![MikeInnes](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/mikeinnes/32/3656_2.png) [@MikeInnes](https://discourse.julialang.org/u/MikeInnes)
#### Post date: [February 27, 2017, 6:18pm UTC](https://discourse.julialang.org/t/atom-juno-on-ubuntu-mate-16-04/2248/5 "2017-02-27T18:18:00Z")

</div>

Take a look in atom’s settings and click “packages”. You should see a view of all the packages you have installed, including ink, and there should be an upgrade button if you’re out of date.
