How to install Notepad ++

Installing or uninstalling Notepad ++ from Ubuntu is pretty easy!

Notepad ++ is a Snap package, so these instructions should work across many distributions. For example, you can use Snap with Ubuntu, Linux Mint, Debian, and Fedora.

Snap likes to bundle the dependencies and config. This idea of bundling dependencies simplifies the installs to a single, standard command. If you need to, see the installing snap for info on installing it.

Notepad ++ is actually a Windows app developed in C++. Snap will automatically install Notepad ++ as well as Wine to enable it to run on Linux platforms.

To install Notepad ++, enter the following in the terminal window:

sudo snap install notepad-plus-plus

To uninstall Notepad ++, entering the following in your terminal window:

sudo snap remove notepad-plus-plus 

Why install Notepad ++?

Well! Notepad ++ is a free and open-source tool, and it has become infamous!

It supports many programming languages, from ActionScript, ASP, and Assembly as the way to my favorite PHP and finally reaching XML and, of course, YAML.

Notepad ++ supports numerous plugins too! I use the XML plugin tool quite extensively on my Windows PC.

Notepad ++ Features

Notepad ++ supports the following features that make it worthy of installing:

  • Line bookmarking
  • Macros
  • Auto-save
  • Find and replace text with regular expressions
  • Plugins
  • MD5 generator
  • And so much more!

Tried Notepad ++, and don’t like it?

Some developers prefer to use Sublime or Atom. Sublime is a paid editor, while Atom is web-based and supports collaboration.

You may also be interested in

About Anto Online

Anto, a seasoned technologist with over two decades of experience, has traversed the tech landscape from Desktop Support Engineer to enterprise application consultant, specializing in AWS serverless technologies. He guides clients in leveraging serverless solutions while passionately exploring cutting-edge cloud concepts beyond his daily work. Anto's dedication to continuous learning, experimentation, and collaboration makes him a true inspiration, igniting others' interest in the transformative power of cloud computing.

View all posts by Anto Online

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.