Use sudo above to avoid permission denied errors during the build process. Also, if you have a problem at the build command, run sudo update-alternatives --install /usr/bin/node node /usr/bin/nodejs 10.
Or install Atom via a PPA:
sudo add-apt-repository ppa:webupd8team/atom
sudo apt-get update
sudo apt-get install atom
These instructions assume you have a 32-bit system:
Setup
node.js
:Clone the Atom repository:
If you need the latest release:
Now build and install:
Use
sudo
above to avoid permission denied errors during the build process. Also, if you have a problem at thebuild
command, runsudo update-alternatives --install /usr/bin/node node /usr/bin/nodejs 10
.Or install Atom via a PPA:
https://github.com/atom/atom/blob/master/docs/build-instructions/linux.md
Build it mate. As it is in readme, step by step. :)
A 32 bit version of Atom is now availible.
Run the following commands to add its repository and install it.