Atomis free text editor and its also open source you can fork from github. Click here to fork it.
Install atom from linux terminal
You can now install atom using apt-get or apt on ubuntu.
To install beta version you can run the following command.
Alternatively, you can download the atom .deb package and install it directly.
sources: https://flight-manual.atom.io/getting-started/sections/installing-atom/
Install atom from linux terminal
To install atom on Debian, Ubuntu, Linux Mint or related distributions , add our official package repository by running the following commands.
wget -qO - https://packagecloud.io/AtomEditor/atom/gpgkey | sudo apt-key add -
sudo sh -c 'echo "deb [arch=amd64] https://packagecloud.io/AtomEditor/atom/any/ any main" > /etc/apt/sources.list.d/atom.list'
sudo apt-get update
You can now install atom using apt-get or apt on ubuntu.
sudo apt-get install atom
To install beta version you can run the following command.
sudo apt-get install atom-beta
Alternatively, you can download the atom .deb package and install it directly.
sudo dpkg -i atom-amd64.deb
sudo apt-get -f install
sources: https://flight-manual.atom.io/getting-started/sections/installing-atom/
Post a Comment