

So if you are a long-time fan of this code editor, or just curious to see if it’s worth the hype (without making a switch to Windows) read on to learn how to install Notepad++ on Ubuntu 20.04 LTS and above.

There are several great text editors available on Ubuntu (and other Linux distributions) including Gedit, VSCode, Sublime Text 3and more - but some people (perhaps even you) want to use what they already known and are familiar with. Tabbed interface for working with multiple files.So what makes Notepad Plus Plus so special? Why do developers and coders alike love using it? To fill the gap a swathe of Linux alternatives to Notepad++ exist, the best known being Notepadqq, while other code editing tools aren’t afraid to acknowledge they draw inspiration in their respective feature sets from Notepad++. And I have a memory that something occasionally goes wrong and leaves the x86 version in the registry, even after the 64-bit is installed.In this tutorial we show you how to install Notepad++ on Ubuntu 20.04 LTS, as well as Linux Mint and other Ubuntu-based Linux distributions.įew text editors are as famous or as well loved as Notepad++, the free, open-source code editor built for Windows and written in C++.īut although Notepad Plus Plus (to say it aloud) is popular with developers, thanks to the small app size, good feature set, and decent performance, a Linux version of the app is not currently available.

From what I remember, each extension gets an OpenWithList which includes notepad++.exe, and then the registry looks in Applications\Notepad++.exe to find out the actual path to that command so if that key points to a non-existent executable, Windows ignores that OpenWith option. (I’d do a full search of the registry, but I think it’s something like HKCU\Software\Classes\Applications\notepad++.exe and/or HKLM\Software\Classes\Applications\Notepad++.exe, both of which might map to HKCR\Applications\Notepad++.exe. If you have a 64-bit Notepad++ installed in C:\Program Files\Notepad++, search your registry for C:\Program Files (x86)\Notepad++ and replace any such instance with C:\Program Files\Notepad++ – it may be that something wrote the wrong value into the registry (maybe a previous 32-bit installation), and so Windows 10 looks for a nonexistent location, cannot find it, and then refuses to associate an OpenWith action for Notepad++.
