Install notepadqq (notepad++) editor on ubuntu 14.04, 14.10, 15.04

It is a very simple tutorial will show you how to install your favorite notepadqq (notepad++) editor on ubuntu in very easy steps.

It is a very powerful and light weight editor to write codes, Notepadqq is a Notepad++-like editor for the Linux desktop.

It helps developers by providing all you can expect from a general purpose text editor, such as syntax highlighting for more than 100 different languages, code folding, color schemes, file monitoring, multiple selection and much more.

Follow below steps to installing notepadqq editor on Ubuntu Machine

Steps-1: Open your terminal by pressing Ctrl+Alt+T



Step-2: Add repository

sudo add-apt-repository ppa:notepadqq-team/notepadqq

Step-3: After that Update repository

sudo apt-get update

Note: Update process will take some time. Be patience.

Step-4: Now finally run below command to install the notepadqq on your linux system:

sudo apt-get install notepadqq

Now Search and open your newly installed notepadqq editor from Unity Dashboard.
notepadqq

Thanks 🙂

If you like this post please don’t forget to subscribe My Public Notebook for more useful stuff.