Categories: Ubuntu

Installing Notepad++ on Ubuntu 22.04

Notepad++ is an editor embedded with multiple features that are used to edit the text as well as source code. This editor was initially developed to operate on the Windows platform and is written in C programming language. Notepad++ editor has many fantastic features, such as it lets its users work on multiple files in a single window. This characteristic is also referred to as tabbed editing.

You can also utilize the Notepad++ editor on Linux platforms; therefore, this blog will guide you on how to install Notepad++ on Ubuntu 22.04.

Installing Notepad++ on Ubuntu 22.04

Installing Notepad++ on Ubuntu 22.04 requires you to follow certain steps, which we have summed up for you below.

Step
Sponsored
1: Update System

Before we begin the installation procedure, it is compulsory to update the system and existing packages. For this purpose, press “CTRL+ALT+T” to open up Ubuntu 22.04 terminal and execute the following command:

$ sudo apt update && sudo apt upgrade -y

Output

System updated.

Step 2: Install Notepad++

To install Notepad++, you need to have the Snap package. In case you do not have Snap installed on your system, then utilize the below-given command:

$ sudo snap install snapd

Output

As you can see from the above-given output, Snap is already installed on our system. Now, we need to install snap core on Ubuntu 22.04:

$ sudo snap install core

Output

Lastly, utilize the Snap package for the installation of Notepad++ on Ubuntu 22.04:

$ sudo snap install notepad-plus-plus

Output

Sponsored

Notepad++ has been installed.

Step 3: Launch the App

After installation, in order to use the Notepad++ application, you need to launch it, which can be done using the below-given commands.

$ notepad-plus-plus

OR

$ notepad-plus-plus &

Output

The Notepad++ app has been launched and is ready to use on Ubuntu 22.04.

Step 4: Update the Notepad++ App

If you wish to utilize all the latest features of Notepad++, then you can use the following command to update the application:

$ sudo snap refresh

Output

How to uninstall Notepad++ on Ubuntu 22.04

If for any reason you want to uninstall the Notepad++ app from your Ubuntu 22.04 system, then run this command on the terminal.

$ sudo snap remove notepad-plus-plus

The given output signifies that we have successfully uninstalled Notepad++ from Ubuntu 22.04:

We have compiled the easiest method of installing Notepad++ on the Ubuntu 22.04 system.

Conclusion

In order to install Notepad++ on Ubuntu 22.04, you need to have the Snap package as well as the Snap core installed on your system. If your Ubuntu 22.04 fulfills both the prerequisites, then you can simply use them to install the Notepad++ application with the help of the “$ sudo snap install notepad-plus-plus” command. This write-up discussed the method of installing Notepad++ on the Ubuntu 22.04 system.

Ubuntu Server Admin

Recent Posts

Canonical Releases Ubuntu 25.04 Plucky Puffin

The latest interim release of Ubuntu introduces “devpacks” for popular frameworks like Spring, along with…

2 days ago

Ubuntu 25.04 (Plucky Puffin) Released

Ubuntu 25.04, codenamed “Plucky Puffin”, is here. This release continues Ubuntu’s proud tradition of integrating…

3 days ago

Extended Security Maintenance for Ubuntu 20.04 (Focal Fossa) begins May 29, 2025

Ubuntu released its 20.04 (Focal Fossa) release 5 years ago, on March 23, 2020. As…

3 days ago

Ubuntu 20.04 LTS End Of Life – activate ESM to keep your fleet of devices secure and operational

Focal Fossa will reach the End of Standard Support in May 2025, also known as…

4 days ago

Ubuntu MATE 25.04 Release Notes

Ubuntu MATE 25.04 is ready to soar! 🪽 Celebrating our 10th anniversary as an official…

4 days ago

Ubuntu Weekly Newsletter Issue 887

Welcome to the Ubuntu Weekly Newsletter, Issue 887 for the week of April 6 –…

6 days ago