

Once the downloading is completed, open the Downloads folder and right-click on the downloaded setup of Notepad++. Open the web browser and go to the official website of Notepad++ and download the latest available version. In the command terminal run these two commands: export WINEARCH=win32 sudo apt install -install-recommends winehq-stableĪccording to the applications, we can set prefixes, however, most of the applications still support 32-bit, thus we are setting that for Wine as well. Once the setting up of the Wine repo is completed, run the following command to download and install its packages. Ubuntu 16.04: sudo add-apt-repository 'deb xenial main'ĭebian 10 (Buster): sudo deb buster mainĭebian (Bullseye): sudo deb bullseye mainĪfter adding the repo run update command- sudo apt update

Ubuntu 18.04: sudo add-apt-repository 'deb bionic main' Ubuntu 20.04: sudo add-apt-repository 'deb focal main' It may not be perfect, and it's definitely not a finished product, but it should work without issues, just as long as you don't expect the same level of features as Notepad++.Sudo add-apt-repository 'deb groovy main' If you've yet to find a solid Notepad++ on Linux, then Notepad Next is a good start. That being said, the app is quite stable and very much usable. Hence, you should not expect the same level of advanced features.Īnother aspect to consider is the fact that the developer recomends against using it for critally important work, as Notepad Next is still very much in development. Nice project with great potential, but still has a long way to goĮven though Notepad Next aims to provide you with a similar experience with what Notepad++, it's not as powerful. Other noteworthy features include the ability to find and replace content in Files, line operations, an editor inspector (detailed information about documents), a Lua console, support for EOL operations, and the ability to disable or enable parts of the GUI.

In terms of features, Notepad Next provides users with the following: Folders as Workspace, support for various languages (C++, PHP, Python, R, Rust, XML, and many many others), support for macro recording and macro a simple macro management, and the ability to convert upper case to lower case and vice-versa. Notepad Next is a Qt-based, cross-platform (works on Windows, Linux, and macOS), and open-source app that provides Linux users with many features that make Notepad++ great. If Linux users want Notepad++, they'll have to settle for one of many good cross-platform alternatives, or use Wine to run the Windows version. Notepad++ is one of those apps that don't require much introduction, since it's been the staple pick for Windows users who want a reliable, lightweight, and remarakbly capable source code editor for years on end.
