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.40.0, which has been released a while ago, coming with bug-fixes, a new option for quickly launching a link inside, via the default browser and the search has been improved among others.
In this article I will show you how to install Notepadqq 0.40.0 Fedora 20 systems and derivative systems.
Because it is available via repository, installing Notepadqq 0.40.0 on Fedora 20 systems is easy. All you have to do is add the repository to your system and install the notepadqq package. Like this:
$ sudo wget -O /etc/yum.repos.d/sea-devel.repo http://sea.fedorapeople.org/sea-devel.repo
$ sudo yum install notepadqq
Optional, to remove notepadqq, do:
$ sudo yum remove notepadqq