How to Install Notepad++ in Ubuntu 22.04?

Jun 28, 2022 . Admin

Hi Guys,

This tutorial is focused on Installing Notepad++ on Ubuntu 22.04. this example will help you Notepad++ Stopped Working on Ubuntu 22.04. We will use Download Notepad++ On Ubuntu 22.04. Here you will learn Install notepad++ on Ubuntu 22.04 Code Example. Let's see bellow example Install Notepad++ in Ubuntu 22.04?.

You can use this post for ubuntu 14.04, ubuntu 16.04, ubuntu 18.4, ubuntu 20.04, ubuntu 21 and ubuntu 22.04 versions.

(1). Update System Packages

(2). Install Notepad++

(3). Launch the App

(4). Update the Notepad++ App

(5). Uninstall Notepad++ on Ubuntu 22.04

Step 1: Update System Packages

First of all, open terminal or command line and execute the following command

sudo apt update && sudo apt upgrade -y
Step 2: Install Notepad++

Run the following command on the command line to install Notepad ++:

sudo snap install snapd
sudo snap install core
sudo snap install notepad-plus-plus
Step 3: Launch the App

Run the following command on the command line to launch the Notepad ++ app:

notepad-plus-plus
Step 4: Update the Notepad++ App

Notepad ++ app update new features.

udo snap refresh
Step 5: Uninstall Notepad++ on Ubuntu 22.04

Use the following command to uninstall or remove Notepad ++ on Ubuntu 22.04:

sudo snap remove notepad-plus-plus
#Ubuntu