安装Atom编辑器 ubuntu 16.04 ,14.04 (both 32&64bit)

Atom 是一款可以让用户根据自己的喜好定制的开源文本编辑器,当然用户也可以使用Atom默认的配置。官方只给出针对ubuntu的Atom 64-bit package(.deb),这里给出如何在ubuntu 16.04和ubuntu 14.04的apt安装,另外用户也可以通过Software Updater 管理器更新到最新版的atom。

Atom text editor feature

  • Tweak its UI with CSS and add new features with HTML or Javascript
  • Node.js integration
  • Cross-platform support: Windows, Linux, and OS X.
  • A built-in package manager
  • Smart autocompletion
  • Split Atom interface into multiple panes
  • File system browser
  • Find and replace
  • Support themes

通过PPA安装Atom

  • add PPA
    打开终端(Ctrl+Alt+T),运行下面的命令:

    $ sudo add-apt-repository ppa:webupd8team/atom
  • 更新源和安装Atom编辑器

    $ sudo apt update
    $ sudo apt install atom

    安装成功后,可以通过**Software Updater管理中心更新最新版的atom。

  • (Optional)卸载Atom

    $ sudo apt remove --purge atom

    PPA可以通过Software & Updates 移除

具体可参考这里

猜你喜欢

转载自blog.csdn.net/weixin_39675633/article/details/82285436