How to Install Notepad++ in Ubuntu 18.04/16.04 via Snap

Last updated: January 7, 2019

For those who want to install Notepad++ text editor in Ubuntu, though there’s already a Linux alternative called Notepadqq, a snap package of Notepad plus plus running with Wine now is available.

Snap is an universal Linux package format with almost all required libraries bundled in its installation file. And wine is a compatibility layer capable of running Windows applications on Linux.

1. To make things easy, the latest Notepad++ 7.5.6 runs with wine has been made as snap package, so it can be easily installed via Ubuntu Software:

or you can open terminal (Ctrl+Alt+T) and install the snap via Linux command:

snap install notepad-plus-plus

2. After installed the snap package, you may install some plugs via commands:

sudo snap connect notepad-plus-plus:process-control

sudo snap connect notepad-plus-plus:removable-media

sudo snap connect notepad-plus-plus:hardware-observe

sudo snap connect notepad-plus-plus:cups-control

Finally launch the text editor from your application launcher and enjoy!

NOTE for Ubuntu 16.04 users first time installing a snap package, you may install the snapd daemon first via command:

sudo apt-get install snapd

Twitter

I'm a freelance blogger who started using Ubuntu in 2007 and wishes to share my experiences and some useful tips with Ubuntu beginners and lovers. Please comment to let me know if the tutorial is outdated! And, notify me if you find any typo/grammar/language mistakes. English is not my native language. Contact me via [email protected] Buy me a coffee: https://ko-fi.com/ubuntuhandbook1

6 responses to How to Install Notepad++ in Ubuntu 18.04/16.04 via Snap

  1. I am getting this error. Please help me
    I entered command : sudo snap connect notepad-plus-plus:process-control
    I got this error : error: the required argument `:` was not provided

  2. Hi
    thanks nice.
    but How can I access shares and foldes on my computer outside home/user?

    what kind of rights do I need to see

    thanks

    • For security reason, Snap apps run in sandbox. To disable security confinement use --classic flag.

      Remove it first:

      snap remove notepad-plus-plus

      Then install it via –classic flag:

      snap install --classic notepad-plus-plus

  3. Hi
    I Am Facing That Issue Last Stage Of Installation
    E: Unable to locate package snapd-xdg-open

  4. Snap fails for me with the following message

    sudo apt-get install snapd
    error: unable to contact snap store

  5. Hey, thanks for this guide Ji. Easy to follow and worked great :-)