Download atom on linux

How to Install Atom Editor & IDE on Linux

Last updated August 20, 2020 By Abhishek Prakash 16 Comments

Atom is a sleek and feature-rich open source text editor from the makers of Github. The beautiful interface and the long list of features make it one of the best code editors for Linux or any other operating system out there.

I am not going to bore you with all the features of Atom here. probably already know how awesome Atom is.

I am going to show you how to install Atom text editor on Ubuntu and other Ubuntu based distributions such as Linux Mint and elementary OS.

Installing Atom on Ubuntu and other Linux distributions

There are various ways you can install Atom:

  • Install Atom using Snap (suitable for all Snap enabled Linux distributions)
  • Install Atom using DEB/RPM (suitable for Ubuntu and Fedora based distributions)
  • Install Atom using PPA (suitable for Ubuntu based distributions and using 32-bit system)

Method 1: Install Atom using Snap

Atom is available in Ubuntu’s Software Center. This is actually the Snap version of the Atom. It can be used on any Linux distribution that has Snap support with this command:

Snap packages are huge in size and the installed application is often slower at start up .

This is why I recommend the DEB application over the Snap version available in the Software Center.

Method 2: Install Atom using DEB/RPM binaries

Atom can be easily installed using the DEB file available from its website.

Do note that this DEB installation file is for the 64-bit systems only. So if you have an older system, please check if you have a 32-bit system or a 64-bit system.

If you have a 64-bit system, simply head over to Atom website. You’ll see the option to download the DEB file on its homepage itself.

In case you are wondering, that rpm file option is for Fedora Linux.

Once you have downloaded the DEB file, simply double click on it and it will open with the software center. You just have to click install button here.

If you are still not sure, please see this video and learn how to install Atom on Ubuntu is a few clicks.

See, how easy it is to install Atom on Ubuntu if you have 64-bit system.

But what if you have a 32-bit system? How would you install Atom on a 32-bit Ubuntu system? Let’s see it in the next section.

The deb install file is only available for 64-bit systems. The official way for 32-bit Ubuntu users is to download the source code and build it from the source code.

But installing software from source code is neither convenient nor easy for everyone. So what are your options here?

Thankfully, there is an unofficial PPA that allows you to easily install Atom on 32-bit Ubuntu systems.

Open a terminal and use the following commands:

That would be it. You can now happily use Atom on 32-bit systems.

Uninstall Atom installed via PPA

Here is how to uninstall Atom that you installed via the unofficial PPA:

This will remove Atom and the PPA repository. A good thing to do would be to run auto remove as well. This will free some space on your Ubuntu system.

Читайте также:  Что значит support windows 10

Bonus Tip: Turn Atom Text Editor into Atom IDE

Atom is essentially a text editor that you can use for coding. But did you know that you can turn Atom into a full-fledged IDE (integrated development environment) like Eclipse, PyCharm or IntelliJ IDEA etc?

With Atom IDE, you get the IDE features like auto tab completion, diagnostics, references, go to definition, mouse hover etc.

To use Atom IDE:

  • You’ll have to install Atom text editor first that you just saw.
  • Next you should install the atom-ide-ui package. Read this post to know how to install a package in Atom.
  • Now that you have atom-ide- ui , you need to install the language package like Java, PHP, JavaScript etc. You can search for these packages.

There are a multitude of Atom packages available for you to explore and make your editor even more awesome.

Your experience with Atom?

If you tried Atom, do share your experience with us. Do you think Atom deserves the adulation it gets from its fans?

Like what you read? Please share it with others.

Источник

Download atom on linux

Atom — современный, удобный, функциональный редактор кода. Имеет встроенный менеджер пакетов (плагинов) для расширения возможностей.

Вся функциональность Atom построена на концепции отдельных модулей (пакетов). Даже штатные функции реализованы, как отдельные пакеты.

Atom имеет встроенный менеджер пакетов, который позволяет искать и устанавливать новые пакеты прямо внутри программы. Пакетов представлено очень много. Достаточно найти нужный пакет и нажать одну кнопку — Install.

Настройка каждого пакета также осуществляется внутри программы, это очень удобно. Вам не нужно прибегать к редактированию каких-либо конфигурационных файлов.

Интерфейс Atom выполнен качественно и не перегружен лишними элементами. Слева расположено дерево файлов (проектов). Внизу строка состояния, сверху меню. Над рабочей областью располагаются вкладки открытых файлов.

Рабочую область можно разделить на несколько частей, как по горизонтали, так и по вертикали. При этом каждая область имеет свои вкладки с открытыми файлами. Таким образом можно видеть и редактировать сразу несколько файлов.

Поддерживаются темы оформления. После установки доступно несколько предустановленных тем, как светлых так и темных. Цвета подобраны очень хорошо и приятны глазу. Новые темы можно установить не выходя из программы через Package Manager.

Поддерживается работа с отдельными проектами. Под проектом в Atom понимается любая директория, содержащая файлы и папки. Вы можете добавить несколько проектов и они появятся в левом меню. Каждый проект может иметь свои специфические настройки (например, настройки FTP соединения).

Из функциональности стоит отметить (для некоторых требуется установка дополнительных пакетов):

  • Подсветка синтаксиса;
  • Автодополнение кода;
  • Сворачивание блоков кода;
  • Поиск и замена текста в файлах проекта;
  • Быстрый поиск по файлам;
  • Быстрое открытие файлов по имени;
  • Поддержка огромного количества горячих клавиш;
  • Встроенный терминал;
  • Поддержка GIT;
  • Загрузку файлов по FTP;
  • Выбор цвета в палитре (встроенный Color picker).

Установка

Установка Atom в Ubuntu Linux

На официальном сайте программы доступны готовый DEB и RPM пакеты. Для установки Atom в Ubuntu скачайте DEB пакет. Дважды щелкните по DEB пакету и установите приложение, следуя инструкциям менеджера пакетов.

Запустить Atom можно через главное меню, либо из командной строки, выполнив команду: atom. В главном меню у меня программа попала в раздел Стандартные.

Источник

Download atom on linux

To get started with Atom, we’ll need to get it on your system. This section will go over installing Atom on your system as well as the basics of how to build it from source.

Installing Atom should be fairly simple. Generally, you can go to https://atom.io and you should see a download button as shown here:

The button or buttons should be specific to your platform and the download package should be easily installable. However, let’s go over them here in a bit of detail.

Installing Atom on Mac

Atom follows the standard Mac zip installation process. You can either press the download button from the https://atom.io site or you can go to the Atom releases page to download the atom-mac.zip file explicitly. Once you have that file, you can click on it to extract the application and then drag the new Atom application into your «Applications» folder.

Читайте также:  Функции windows api для работы с файлами

When you first open Atom, it will try to install the atom and apm commands for use in the terminal. In some cases, Atom might not be able to install these commands because it needs an administrator password. To check if Atom was able to install the atom command, for example, open a terminal window and type which atom . If the atom command has been installed, you’ll see something like this:

If the atom command wasn’t installed, the which command won’t return anything:

To install the atom and apm commands, run «Window: Install Shell Commands» from the Command Palette, which will prompt you for an administrator password.

Installing Atom on Windows

Atom is available with Windows installers that can be downloaded from https://atom.io or from the Atom releases page. Use AtomSetup.exe for 32-bit systems and AtomSetup-x64.exe for 64-bit systems. This setup program will install Atom, add the atom and apm commands to your PATH , and create shortcuts on the desktop and in the start menu.

The context menu Open with Atom in File Explorer, and the option to make Atom available for file association using Open with. , is controlled by the System Settings panel as seen above.

With Atom open, click on File > Settings , and then the System tab on the left. Check the boxes next to Show in file context menus , as well as Show in folder context menus . And you’re all set.

Installing Atom on Linux

You can install Atom on Linux using your distribution’s package manager by configuring it to use one of our official package repositories. This will also enable you to update Atom when new releases are published.

Debian and Ubuntu (deb/apt)

To install Atom on Debian, Ubuntu, or related distributions, add our official
package repository to your system by running the following commands:

You can now install Atom using apt-get (or apt on Ubuntu):

Alternatively, you can download the Atom .deb package and install it directly:

Red Hat and CentOS (YUM), or Fedora (DNF)

To install Atom on CentOS, Oracle Linux, Red Hat Enterprise Linux, Scientific Linux, Fedora, or related distributions that use the YUM or DNF package managers, add our official package repository to your system by running the following commands:

You can now install Atom using dnf (or yum depending on your distribution):

Alternatively, you can download the Atom .rpm package and install it directly:

SUSE (zypp)

To install Atom on openSUSE or other distributions that use the Zypp package manager, add our official package repository to your system by running the following commands:

You can now install Atom using zypper :

Alternatively, you can download the Atom .rpm package and install it directly:

Updating Atom

You should consider updating Atom periodically for the latest improvements to the software. Additionally, When Atom receives hotfixes for security vulnerabilities you will want to update your version of Atom as soon as possible.

«Automatically Update» is enabled by default in Core Settings of the Settings View, which will allow Atom to check for updates automatically. If you disable this setting you can update Atom manually.

To perform a manual update:

  • Click on the Atom > Check for Update menu item in the menu bar.
  • Search for Application: About in the Command Palette and click the Check now button.

Atom will begin to update if an update is available.

«Automatically Update» is enabled by default in Core Settings of the Settings View, which will allow Atom to check for updates automatically. If you disable this setting you can update Atom manually.

To perform a manual update:

  • Click on the Help > Check for Update menu item in the menu bar.
  • Search for Application: About in the Command Palette and click the Check now button.
Читайте также:  Почему не устанавливается windows 10 после обновления

Atom will begin to update if an update is available.

If you are using Atom’s official package repositories, use your distribution’s package manager to update Atom. Otherwise, you will need to manually download and install the latest .rpm or .deb package from https://atom.io. For more details, see Installing Atom on Linux.

Portable Mode

Atom stores configuration and state in a .atom directory usually located in your home directory ( %userprofile% on Windows) . You can however run Atom in portable mode where both the app and the configuration are stored together such as on a removable storage device.

To setup Atom in portable mode download the zip/tar.gz package for your system and extract it to your removable storage.

Then create a .atom directory alongside the directory that contains atom.exe, for example:

Then create a .atom directory alongside the Atom.app application, for example:

Then create a .atom directory alongside the directory that contains the Atom binary, for example:

Portable Notes
  • The .atom directory must be writeable
  • You can move an existing .atom directory to your portable device
  • Atom can also store its Electron user data in your .atom directory — just create a subdirectory called electronUserData inside .atom
  • Alternatively you can set the ATOM_HOME environment variable to point wherever you want (you can write a .sh or .cmd script to temporarily set it and launch it from that)
  • Portable mode installations will not automatically update

Building Atom from Source

The Hacking on Atom Core section of the flight manual covers instructions on how to clone and build the source code if you prefer that option.

Proxy and Firewall Settings

Behind a Firewall?

If you are behind a firewall and seeing SSL errors when installing packages you can disable strict SSL by running:

Using a Proxy?

If you are using a HTTP(S) proxy you can configure apm to use it by running:

You can run apm config get https-proxy to verify it has been set correctly.

Источник

Установка Atom в Ubuntu

Atom — это популярный редактор исходного кода от разработчиков Github доступный для Windows, Linux и MacOS X. Основной особенностью программы можно считать баланс между удобностью и расширяемостью, программа написана с использованием Web технологий на движке Chromium и Node.js с использованием платформы Electron, имеет красивый современный интерфейс и возможность подключения дополнительных модулей.

В этой статье мы рассмотрим как установить Atom Ubuntu. Для установки можно использовать пакет, загруженный из официального сайта проекта или менеджер приложений snap. Но сначала давайте поговорим про основные возможности программы:

  • интеграция с chromium;
  • подсветка синтаксиса для множества языков программирования;
  • автодополнение кода;
  • поддержка сниппетов;
  • настраиваемость всех особенностей редактора;
  • поддержка дополнительных модулей.

Установка Atom на Ubuntu

Для установки Atom в Ubuntu скачайте deb пакет на официальном сайте редактора. Например, для Ubuntu это будет atom-amd64.deb.

Вы можете открыть файл в центре приложений и кликнуть по кнопке Установить:

Или выполните следующие команды в папке с файлом, необходимые зависимости система установит автоматически:

sudo dpkg —install atom-amd64.deb

sudo apt install -f

После завершения установки вы можете запустить программу из главного меню системы:

Для систем на базе Red Hat порядок действий будет примерно аналогичным, только надо загрузить пакет .rpm и открыть его в пакетном менеджере вашей системы.

Кроме того, вы можете установить Atom из центра приложений Ubuntu или с помощью пакетного менеджера snap. Для установки с помощью snap выполните в терминале:

snap install atom

Чтобы удалить atom ubuntu, установленный с помощью snap выполните:

sudo snap remove atom

А для удаления программы полученной из официального сайта используйте:

sudo apt remove atom

Теперь вы знаете как установить Atom Ubuntu. Это довольно мощный редактор, с огромным количеством плагинов. Из него можно сделать полноценную среду разработки для веб-приложений и других проектов. А каким редактором пользуетесь вы? Напишите в комментариях!

Источник

Оцените статью