Ubuntu 16.04下更新Atom


在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


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM