码迷,mamicode.com
首页 > 系统相关 > 详细

Ubuntu 16.04下更新Atom

时间:2017-11-16 11:37:20      阅读:141      评论:0      收藏:0      [点我收藏+]

标签:ges   ref   releases   discus   span   apt   discuss   参考   更新   

在Ubuntu下Atom好像不会自动更新,但是可以通过这些方法去实现:

1、安装插件:https://atom.io/packages/up2date

2、使用apt源更新:

sudo apt-get update
sudo apt-get install atom

3、通过官网源:

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

4、通过GitHub源:

https://github.com/atom/atom/releases

 

参考:

https://stackoverflow.com/questions/24741996/how-to-upgrade-atom-editor-on-linux

https://discuss.atom.io/t/how-can-i-automatically-update-version-of-the-atom-editor/20209/25

Ubuntu 16.04下更新Atom

标签:ges   ref   releases   discus   span   apt   discuss   参考   更新   

原文地址:http://www.cnblogs.com/EasonJim/p/7842698.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!