Just installed Notepad++ on my Ubuntu workstation:
sudo snap install notepad-plus-plus
View if snap has any updates:
snap refresh --list
List updates without updating:
snap info <application name>
Update single snap:
sudo snap refresh <application name>
Update all snap:
sudo snap refresh
For a native install similar to Notepad++, install Notepadqq
sudo apt install notepadqq