Notepad++-like editor for Linux Ubuntu Systems. Install Notepadqq Text Editor on Ubuntu 15.04, Ubuntu 14.04 and Derivatives.
Notepadqq is an open-source text editor which comes with all the useful features of any text editor such as syntax highlighting for more than 100 different languages, code folding, color schemes, file monitoring, multiple selection and much more. You can search text using the power of regular expressions. You can organize documents side by side. You can use real-time highlighting to find near identifiers in no time.
Run the following commands in Terminal to install Notepadqq text editor on Linux Ubuntu Systems:
$ sudo add-apt-repository ppa:notepadqq-team/notepadqq
$ sudo apt-get update
$ sudo apt-get install notepadqq
If you wish to uninstall and remove Notepadqq from Linux Ubuntu Systems, run:
$ sudo apt-get remove notepadqq
To install Notepadqq on Arch Linux, Manjaro and other Arch-based systems, run the following commands. Notepadqq is available via the AUR repository and can be installed via yaourt:
$ sudo pacman -Sy yaourt
$ sudo yaourt notepadqq
If you wish to uninstall and remove Notepadqq from Arch Linux, Manjaro and derivative systems, run:
$ sudo yaourt -Rsn notepadqq