-->

    Social Items

How To Install Visual Studio Code On Ubuntu 18.04

How To Install Visual Studio Code On Ubuntu 18.04 - In this post we will learn how to how to install Visual Studio Code text editor in Ubuntu. Visual Studio Code or VSCode is a free text editor that was developed by Microsoft Corporation. To find out further VSCode you can open Visual Studio Code website.

How To Install Visual Studio Code On Ubuntu 18.04


Step 1: Download Visual Studio Code from Web

For Ubuntu 32 Bit:
For Ubuntu 64 Bit:

Step 2: Install Visual Studio Code

After the download is complete we will directly install the VSCode download results, open a terminal and open the Directory Downloads. Adjust the downloaded VSCode file name when installing with dpkg.

$ cd ~/Downloads
$ sudo dpkg -i code_1.30.2-1546901646_amd64.deb
After installation is complete then the VSCode already exists in ubuntu. Open visual studio code from the Ubuntu menu.

Picture of Visual Studio Code
Picture of Visual Studio Code

How To Install Visual Studio Code On Ubuntu 18.04

How To Install Atom Text Editor On Ubuntu 18.04

How To Install Atom Text Editor On Ubuntu 18.04 - In this post, we will learn how to install the Atom text editor on Ubuntu. Atom is a free or open source text editor developed by Github. To find out more about Atom, you can open the Atom website. One of the advantages of this text editor is the availability of plugins that can help work easier.

Features provided by Atom:
  • Smart Autocompletion
  • Multiple Panes
  • File System Browser
  • Built-in Package Manager
  • Find and Replace
  • Cross-Platform Editing

How To Install Atom Text Editor On Ubuntu 18.04


Via PPA (Personal Package Archive)


Open the terminal and follow the command every step.

Step 1: Adding PPA

$ sudo add-apt-repository ppa:webupd8team/atom

Step 2: Update and Install Atom

$ sudo apt-get update
$ sudo apt-get install atom

After installation is complete then the Atom already in Ubuntu. Just open the Atom from search Ubuntu.

Picture of Atom
Picture of Atom

Optional:  Uninstall Atom


To uninstall Atom, you can use the following command line:
sudo apt-get remove --purge atom

How To Install Atom Text Editor On Ubuntu 18.04

Subscribe Our Newsletter