How to upgrade Atom Editor on Linux?

前端 未结 16 700
醉梦人生
醉梦人生 2021-01-30 15:32

What is the best way to upgrade atom on Linux Ubuntu ? I install atom using official doc

  git clone https://github.com/atom/atom
  cd atom
  script/build
  sudo         


        
16条回答
  •  面向向阳花
    2021-01-30 16:11

    If anybody is interested, I wrote a small atom package for this purpose.

    The package is meant to timely inform the user of new versions being available (stable or beta, configurable via settings) and uses GitHub API under the hood. It is platform independent, so it should work with any linux distro, but also with Windows or other systems.

    It does not perform the upgrade automatically as I wrote it for my needs and I was not interested in such feature. I may add it in the future should strong interest for it manifest itself, though.

    Feedback is welcome, best as tickets on github.

提交回复
热议问题