How to Install Notepad++ on Ubuntu 21.04 (Hirsute Hippo)
we can install notepad ++ on ubuntu in a very easy way, we only need to run one command line
open terminal and run this command
sudo snap install notepad-plus-plus
wait a moment until you get the output like
notepad-plus-plus 7.8.6 from Taqu Raza (mmtrt) installed
Now you can open Notepad++ from your menu
if you want uninstall run this command
sudo snap remove notepad-plus-plus