美文网首页IDE收藏
linux下安装atom

linux下安装atom

作者: eesly_yuan | 来源:发表于2014-08-17 18:59 被阅读2312次

在你的Ubuntu/Linux Mint上安装文本编辑器:Atom

安装

sudo add-apt-repository ppa:webupd8team/atom
sudo apt-get update
sudo apt-get install atom

卸载

sudo apt-get remove atom
sudo add-apt-repository --remove ppa:webupd8team/atom

以上只会卸载该软件,要卸载附加的一些软件包,请使用以下命令卸载多余的软件包:

sudo apt-get autoremove

相关文章

网友评论

  • JXeddy:请问如何给atom添加到系统环境变量

本文标题:linux下安装atom

本文链接:https://www.haomeiwen.com/subject/nhietttx.html