How To Update Atom IDE on Ubuntu 17.04














Atom IDE Is not Updating Automatically on Ubuntu,
to Do so open terminal and write make sure that atom IDE is closed make sure that you have  node installed in your system if no check here  to install it

$ sudo npm install --global atom-updater

prompt will ask you about your user password then it will install it
now you can use it

$ atom-updater  

after finish now you have latest version of atom IDE




Comments

Popular posts from this blog

ES6 : 5 Prevent Object Mutation

ES6: 1 Explore Differences Between the var and let Keywords

CSS Grid: Reduce Repetition Using the repeat Function