Hello Linux Geeksters. As you may know, Notepadqq is an open-source clone of Notepad++, written in QT. Among other features of Notepadqq, its worth writing about its syntax highlighing for the most popular programming languages, search-find-replace through regular expressions, split-screen, bookmarks, code folding, et cetera.

The latest version available is Notepadqq 0.46.2, which has been recently released, coming with the below changes:
- Improved look and usability of the intentation dialog
- Highly reduced memory footprint
In this article I will show you how to install Notepadqq 0.46.2 on Arch Linux, Manjaro and other Arch-based systems.
Because it is available via the AUR repository, installing Notepadqq 0.46.2 on Arch Linux, Manjaro and other Arch-based systems is easy. Just install yaourt, update the repository index and install the notepadqq package. Like this:
$ sudo pacman -Sy yaourt
$ sudo yaourt notepadqq
Optional, to remove Notepadqq on Arch Linux, Manjaro and derivative systems, do:
$ sudo yaourt -Rsn notepadqq