Ubuntu

Installing Notepad++ on Ubuntu 20.04, 20.10

Notepad++ is a window based, open-source text/source code editor with many features and support of multiple programming languages. Notable features include syntax highlighting, brace matching, multi-tab support, color code, and auto-completion.

Notepad++ is very popular among developers because it is lightweight, takes less CPU power, and perform robustly. Apart from that, it supports extensions and plugins that ultimately enhance its functionality.

Notepad++ is a Windows exclusive application and not available for Linux. But there is an approach that helps in getting it installed on Linux devices.

Notepad++ can be installed on Linux using two different methods; it can be installed using Ubuntu’s Software Store or terminal. Let’s check how to get it on Linux.

Prerequisite for notepad++ installation on Ubuntu 20.04,20.10:

As discussed that Notepad++ is Windows exclusive application; therefore, we need “Wine” to make it work. Wine is a utility that adds functionality to Linux distributions to run Windows applications and even games.

Firstly, we need to enable 32bit architecture using:

$sudo dpkg --add-architecture i386

Notepad/1%20copy.png

Now to install Wine using:

$sudo apt install wine64

Notepad/2%20copy.png

Once the installation of “Wine” is done, time to download and install Notepad++.

Installing Notepad++ on Ubuntu 20.04, 20.10 using Ubuntu’s Software Center:

First of open Ubuntu’s Software Center:

Notepad/3%20copy.png

Click on the search icon:

Notepad/4%20copy.png

Search “notepad plus plus”:

Notepad/5%20copy.png

Open and install it. See the following images:

Notepad/multi1.png

Once the download and installation are finished, Notepad++ can be viewed in applications:

note2/a%20copy.png

Open it: it will take few moments for configuration:

../Notepad/multi2

It is running on an Ubuntu environment without any issue.

Installing Notepad++ on Ubuntu 20.04, 20.10 using Ubuntu’s terminal:

The second approach of installing Notepad++ is using the terminal. Launch terminal and type the below-mentioned command:

$sudo snap install notepad-plus-plus

../Notepad/10%20copy.png

Once the installation is completed, it can be launched from Applications:

../note2/b%20copy.png

Notepad++ is a powerful source code editor that was Windows exclusive can now easily be installed on Ubuntu’s environment.

Uninstalling Notepad++ from Ubuntu 20.04, 20.10:

If the application is installed using Ubuntu’s Software Center, then open Software Center again and click on the “Installed” tab. You can view the “Notepad++” click on the “Remove” button:

../cd/c%20copy.png

If you have installed it using the terminal, then use the below-mentioned command to uninstall it:

$sudo snap remove notepad-plus-plus

../cd/d%20copy.png

Notepad++ will be deleted from Ubuntu.

About the author

Sam U

I am a professional graphics designer with over 6 years of experience. Currently doing research in virtual reality, augmented reality and mixed reality.
I hardly watch movies but love to read tech related books and articles.