Install Atom Text Editor on Ubuntu 20.04

Install Atom Text Editor on Ubuntu 20.04

Atom is an open-source, cross-platform code editor developed by GitHub. It has a built-in package manager, embedded Git control, smart autocompletion, syntax highlighting, and multiple panes.

Under the hood Atom is a desktop application built on Electron using HTML, JavaScript, CSS, and Node.js .

This guide shows two ways of installing Atom on Ubuntu 20.04. Atom can be installed as a snap package via the Snapcraft store or as a deb package from the Atom repositories.

Choose the installation method that is most appropriate for your environment. The same instructions apply for any Ubuntu-based distribution, including Kubuntu, Linux Mint, and Elementary OS.

Installing Atom as a Snap Package

Atom snap package is distributed and maintained by Github.

Snaps are self-contained software packages that include the binary all dependencies needed to run the application. Snap packages are easy to upgrade and secure. Unlike the standard deb packages, snaps have a larger disk footprint and longer application startup time.

Snap packages can be installed from either the command-line or via the Ubuntu Software application.

To install the Atom snap, open your terminal (Ctrl+Alt+T) and run the following command:

sudo snap install atom --classic

That’s it. Atom has been installed on your Ubuntu desktop, and you can start using it.

Whenever a new version is released, the Atom snap package will be automatically updated in the background.

If you are not comfortable with the command line, open Ubuntu Software, search for “Atom” and install the application.

Installing Atom with apt

Atom is available from the Packagecloud Apt repositories. To install it, follow the steps below:

Update the packages list and install the dependencies:

sudo apt update
sudo apt install software-properties-common apt-transport-https wget

Import the repository GPG key and enable the Apt repository :

wget -q https://packagecloud.io/AtomEditor/atom/gpgkey -O- | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://packagecloud.io/AtomEditor/atom/any/ any main"

Once the repository is enabled, install the latest version of Atom:

sudo apt install atom

When a new version is released, you can update Atom through the command-line or your desktop Software Update tool.

Starting Atom

In the Activities search bar type “Atom” and click on the icon to launch the application.

When you start the Atom editor for the first time, a window like the following should appear:

From here, you start installing themes and extensions and configuring the editor according to your preferences.

Conclusion

We’ve shown you how to install Atom on Ubuntu 20.04. To learn more about how to use Atom, from beginner basics to advanced techniques, visit their official documentation page.

If you have any questions, please leave a comment below.

Original article source at: https://linuxize.com/

#ubuntu #atom #text #editor 

What is GEEK

Buddha Community

Install Atom Text Editor on Ubuntu 20.04
Servo Node

Servo Node

1623344371

Installing Atom Text Editor On Ubuntu Desktop

Atom Text Editor is a well known open source text or source code editor developed by GitHub. It allows users to deal with a built-in package manager, embedded Git control, syntax highlight, and more other features. Means, this tool can be customized and used for almost every purpose, and is available for Windows, OS X, and Linux distributions as well.

Features Of Atom Text Editor
As already mentioned, it’s developed by GitHub and includes wide range of features to allow users using it everywhere. Some of the features include:

  • Available to be used for Cross-platform editing, means it can be used on any OS platforms.
  • Built-in package manager allows you to search, install and create your own packages within its interface.
  • In-built auto completion helps to write coding faster than ever.
  • Used for browsing a file, project and even multiple projects in a single interface.
  • Offers a number of panes to compare and edit code across different files.
  • Allows to deal with find and replace feature.

How to install Atom Text Editor On Ubuntu
Installing Atom on Ubuntu Linux distribution is very easy and if you love this distro for your personal usage, then you might also love to have Atom installed on your desktop. And this article includes two helpful methods to install the app on your Ubuntu platform.

Approach 1: Install Atom with Packagecloud Repo

sudo apt update
sudo apt install software-properties-common apt-transport-https wget
sudo add-apt-repository “deb [arch=amd64] https://packagecloud.io/AtomEditor/atom/any/ any main”

sudo apt install atom

Approach 2: Install Atom with Snap Package

sudo apt update
sudo apt install snapd
sudo snap install atom –classic

https://servonode.com/install-atom-text-editor-on-ubuntu

#install atom text editor ubuntu #atom text editor ubuntu #install atom text editor linux

Chet  Lubowitz

Chet Lubowitz

1595429220

How to Install Microsoft Teams on Ubuntu 20.04

Microsoft Teams is a communication platform used for Chat, Calling, Meetings, and Collaboration. Generally, it is used by companies and individuals working on projects. However, Microsoft Teams is available for macOS, Windows, and Linux operating systems available now.

In this tutorial, we will show you how to install Microsoft Teams on Ubuntu 20.04 machine. By default, Microsoft Teams package is not available in the Ubuntu default repository. However we will show you 2 methods to install Teams by downloading the Debian package from their official website, or by adding the Microsoft repository.

Install Microsoft Teams on Ubuntu 20.04

1./ Install Microsoft Teams using Debian installer file

01- First, navigate to teams app downloads page and grab the Debian binary installer. You can simply obtain the URL and pull the binary using wget;

$ VERSION=1.3.00.5153
$ wget https://packages.microsoft.com/repos/ms-teams/pool/main/t/teams/teams_${VERSION}_amd64.deb

#linux #ubuntu #install microsoft teams on ubuntu #install teams ubuntu #microsoft teams #teams #teams download ubuntu #teams install ubuntu #ubuntu install microsoft teams #uninstall teams ubuntu

Shawn  Pieterse

Shawn Pieterse

1626066758

How to Install Atom Text Editor in Ubuntu 20.04

How to install atom text editor in ubuntu system using command prompt or terminal. In this tutorial, you will learn how to install atom text editor on Ubuntu 20.04 using terminal or command prompt.

  • Step 1 – Open Terminal OR Command Prompt
  • Step 2 – Update APT Package
  • Step 3 – Enable the Apt repository
  • Step 4 – Installing Atom

#ubuntu #text editor #ubuntu 20.04 #atom

Arvel  Parker

Arvel Parker

1592209410

How to Install PgAdmin 4 on Ubuntu 20.04

pgAdmin is the leading graphical Open Source management, development and administration tool for PostgreSQL. pgAdmin4 is a rewrite of the popular pgAdmin3 management tool for the PostgreSQL database.

In this tutorial, we are going to show you how to install pgAdmin4 in Server Mode as a web application using apache2 and Wsgi module on Ubuntu 20.04 LTS.

#databases #linux #ubuntu #install pgadmin4 #install pgadmin4 ubuntu #install pgadmin4 ubuntu 20 #pgadmin4 #ubuntu pgadmin4 #ubuntu pgadmin4 install

Servo Node

Servo Node

1626801695

Install VirtualBox in Ubuntu 21.04/20.04/18.04 › Servo Node

VirtualBox is a widely known and open-source tool offered by Oracle. It’s a cross platform virtualization application that can be installed on any system that allows users to run a number of guest operating systems on single machine over a virtual system.

Means, with the usage of VirtualBox on your system, you can easily install many operating systems and can run them simultaneously which can be helpful to develop, demonstrate, deploy and test applications on a single machine.

How to install VirtualBox On Ubuntu 18.04, 20.04 and 21.04?

Since the virtualization system offered by Oracle is available for cross platforms, even Ubuntu users can install the app and take its benefits. In order to install VirtualBox in Ubuntu variants, there’s a number of approaches that can be helpful.

Installing using default repository

sudo apt install virtualbox

Install using official DEB package

Visit the Virtualbox download page and download DEB package in your machine, and run the following command to install the package using ATP command.

sudo apt install ./virtualbox-6.1_6.1.22-144080_Ubuntu_bionic_amd64.deb

for more approaches and information, Read Here

#install virtual box on ubuntu #install virtual box on ubuntu 18.04 #install virtual box on ubuntu 20.04 #install virtual box on ubuntu21.04