Install Atom Text Editor on Linux, Hackable Open Source Text Editor for the 21st Century
Atom is a text editor developed by Github in collaboration with community activists. Atom is said to be one of the text editor best and widely used today.
Of course, this cannot be separated from the ability and comfort possessed by Atom itself. Atoms themselves give tagline to himself as “A hackable text editor for the 21st Century” which can be adjusted to the needs and desires.
Atoms are text editor which open source. Atom is developed by a community of developers or programmers who make it according to the needs of programmers. As app open source Atom is licensed under the MIT License.
Atom is built using HTML, CSS, Javascript and Nodejs. Atoms are based on Electron, a framework which is used to create desktop applications for various platformbut by using web technology.
Atom’s popularity cannot be separated from the various advantages it has. Atom supports a variety of programming languages today and also has thousands of plugins that can be used.
Some of the programming languages supported by atom include C/C++, C#, Clojure, CSS, CoffeeScript, GitHub Flavored Markdown, Go, Git, HTML, JavaScript, Java, JSON, Julia, Less, Make, Mustache, Objective-C. , PHP, Perl, Property List (Apple), Python, Ruby on Rails, Ruby, Sass, Shell script, SQL, TOML, XML, YAML.
In addition to supporting many programming languages. Atom can also be used as an IDE (Integrated Development Environment). Atom has many features that help users developer and programmer.
Atom’s Text Editor Features
Some of the features that Atom has:
1. Smart autocompletion.
Smart autocompletion is a feature that allows code what you write will be equipped automatically with various smart predictions that you can choose.
This feature will make it easier for you to write code, you don’t have to type a whole codeyou can solve it by choosing the smart predictions given by Atom.
2. Multiple heats.
Multiple heats is a feature that allows you to share interfaces from Atom in multiple window. That way you can display two different files at the same time by doing split window.
This feature will be very helpful if you want to compare two files, copy or learn from another file, or work on two files at the same time like when you do styling with CSS in different files.
3. Find and replace.
Find and replace is a feature on text editor Atoms that function to find or search for a code or syntax specified in a file, then you can replace or do replace on syntax it with syntax else you want.
4. Customizable
Atoms too customizable. You can customize Atom as you wish. When installing Atom, Atom already provides four User Interfaces (UI) and eight 8 themes simultaneously default which you can choose.
If you don’t like the themes provided, you can download and install other themes created by the Atom community, there are many themes for you to choose from. You can also create your own theme for Atom.
5. Integrated With Git and Github
In its latest release, Atom 1.18, Atom can already be integrated with Git and Github. This feature will allow you to do commit, pull, push and others on Atom. This additional feature feels very reasonable because Atom was developed by Github itself.
6. Built-in package manager.
Atoms have many packages which you can use to add additional functionality to Atom. You can choose thousands package available that you can use to add other functions or features that you need.
Apart from these features there are many other features that you can find in Atom. Atom is an app cross platform which can be used on various operating systems including Linux, Windows and Mac OS X.
Install Atom on Debian, Ubuntu and Derivatives
If you are using Debian, Ubuntu or a derivative of that distro. You can install Atom on your device by using package files “.deb”. download package files installation of Atom on this Atom website page.
Download the Atom installation file in “.deb” format and wait for the download process to complete. When finished, the downloaded file will be in the Downloads folder.
Open Terminal on your Linux by pressing the keyboard combination CTRL + ALT + T or open Terminal via the application menu.
Since the downloaded file is in the Downloads folder, enter the following command in Terminal to enter the Downloads folder:
cd ~/Downloads
After successfully entering the Downloads folder, you can install Atom by using the following command:
sudo dpkg -i atom-amd64.deb
Adjust the word “atom-amd64.deb” in the command with the installation file name of package files Atom of your previous download. Because the file may have a different name if you download Atom at different times.
Then wait for the installation process to complete. If the installation process is complete and works well. You can open text editor Atom by typing “atom” in Terminal or you can create Atom via the application menu.