How to upgrade Atom Editor on Linux?

前端 未结 16 840
醉梦人生
醉梦人生 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:21

    An easier way is to install the atom-updater-linux from the packages on the atom website.

    Go to edit > preferences > install and search for atom-updater-linux

    or from the terminal:

    apm install atom-updater-linux
    

    This should check for updates after every launch and prompt you to install new updates.

提交回复
热议问题