How to upgrade Atom Editor on Linux?

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

      wget https://atom.io/download/deb -O atom64.deb
      sudo dpkg --install atom64.deb
    

    or

      wget https://atom.io/download/rpm -O atom64.rpm
      sudo dnf install atom64.rpm
    

    the above URLs redirect to https://atom-installer.github.com/

提交回复
热议问题