Here it is (following `Pkg.free("Atom")` and Pkg.add("Atom") ):julia> Pkg.status() 1 required packages: - Atom 0.4.2 28 additional packages: - BinDeps 0.3.21 - Blink 0.3.4 - CodeTools 0.3.1 - Codecs 0.1.5 - Compat 0.8.4 - FactCheck 0.4.3 - Hiccup 0.0.2 - HttpCommon 0.2.6 - HttpParser 0.1.1 - HttpServer 0.1.5 - JSON 0.6.0 - JuliaParser 0.6.4 - LNR 0.0.2 - Lazy 0.10.1 - LibExpat 0.1.2 - MacroTools 0.3.0 - MbedTLS 0.2.2 - Media 0.1.2 - Mustache 0.0.15 - Mux 0.2.0 - Nettle 0.2.3 - Reexport 0.0.3 - Requires 0.2.2 - SHA 0.1.2 - URIParser 0.1.4 - WebSockets 0.1.2 - WinRPM 0.1.15 - Zlib 0.1.12 To the best of my humble understanding (I am completely new here), it now seems to work properly. Hope this infomration helps, L On Friday, July 1, 2016 at 8:23:20 PM UTC-4, Mike Innes wrote: > > Can you show me your Pkg.status()? > > On Wed, 29 Jun 2016 at 15:40 Lior Horesh <[email protected] <javascript:>> > wrote: > >> Dear Mike, >> >> No, this is a fresh installation on a new machine. >> >> L >> >> >> On Wednesday, June 29, 2016 at 2:45:03 PM UTC-4, Stefan Karpinski wrote: >> >>> Did you previously install Gallium? Mike, does Atom depend on Gallium >>> these days? >>> >> >>> On Wed, Jun 29, 2016 at 2:29 PM, Lior Horesh <[email protected]> wrote: >>> >>>> hi friends, >>>> >>>> I have tried to add the Atom package in Julia 'Pkg.add("Atom")', but >>>> faced the following error message. >>>> >>>> ' >>>> julia> Pkg.add("Atom") >>>> ERROR: Gallium can't be installed because it has no versions that >>>> support 0.4.6 of julia. You may need to update METADATA by running >>>> `Pkg.update()` >>>> in error at error.jl:22 >>>> in sync_end at task.jl:413 >>>> [inlined code] from task.jl:422 >>>> in add at pkg/entry.jl:64 >>>> in add at pkg/entry.jl:73 >>>> in anonymous at pkg/dir.jl:31 >>>> in cd at file.jl:32 >>>> in cd at pkg/dir.jl:31 >>>> in add at pkg.jl:23 >>>> >>>> julia> Pkg.update() >>>> INFO: Updating METADATA... >>>> INFO: Updating Atom... >>>> INFO: Computing changes... >>>> ERROR: Gallium can't be installed because it has no versions that >>>> support 0.4.6 of julia. You may need to update METADATA by running >>>> `Pkg.update()` >>>> in error at error.jl:22 >>>> ' >>>> >>>> Any suggestions ? >>>> >>>> L >>>> >>> >>>
