红联Linux门户
Linux帮助

Ubuntu 15.10上使用ppa安装Atom编辑器

发布时间:2015-11-07 10:41:24来源:linux网站作者:天王

Ubuntu 15.10上使用ppa安装Atom编辑器,包括在Ubuntu 15.10上卸载Atom编辑器的方法。


1.安装
sudo add-apt-repository ppa:webupd8team/atom
sudo apt-get update
sudo apt-get install atom


2.卸载
sudo apt-get remove atom
sudo add-apt-repository –remove ppa:webupd8team/atom
sudo apt-get autoremove


Linux下安装Atom编辑器:http://www.linuxdiyf.com/linux/14731.html

Ubuntu中Atom编辑器显示中文乱码的处理方法:http://www.linuxdiyf.com/linux/14566.html

Ubuntu用户安装Atom 0.187.0文本编辑器:http://www.linuxdiyf.com/linux/10027.html

Linux下如何安装文本编辑器Atom 0.124.0:http://www.linuxdiyf.com/linux/2362.html

Ubuntu/Linux Mint上安装Atom文本编辑器:http://www.linuxdiyf.com/linux/2344.html