• Home
  • Linux
  • Ubuntu
  • Debian
  • CentOS
  • Linux Commands
  • About Us
  • Donate
TecNStuff
Menu
  • Home
  • Linux
  • Ubuntu
  • Debian
  • CentOS
  • Linux Commands
  • About Us
  • Donate

How to Install Notepad++ on Ubuntu 22.04

Written by Admin, Updated On January 13, 2023
editor, ubuntu
How to Install Notepad++ on Ubuntu 22.04

Notepad++ is one of the most used application by Windows users. We can say it’s most advanced version of notepad which includes a large number of options. In this guide, we will show you how to install Notepad++ on Ubuntu 22.04.

Generally, the Linux users would like to use the command line editors such as nano and vim. But if you are not familiar with command line editor then GUI based Notepad++ editor is best choice.

Prerequisites#

You should logged in as root or user account having the sudo privileges.

Install Notepad++ on Ubuntu#

Basically, the Notepad++ editor is built for Windows and written in C++. Currently a native version of Notepad++ is not available for Linux. So we will install the Notepad++ via snap package.

Step 1 – Update System#

First of all, update your system by typing:

sudo apt update && upgrade -y

Step 2 – Install Notepad++#

Using the WINE platform we can use the Windows application on Unix-like operating systems. Notepad++ is also relied on the WINE platform.

Now, we will use the snap package manager to install Notepad++. By default, it will also install all the required dependency packages.

You have to run the following command to install the Notepad++ on Ubuntu:

sudo snap install notepad-plus-plus

It will show output something like below:

notepad-plus-plus 8.4.6 from Taqu Raza (mmtrt) installed

Step 3 – Launch Notepad++#

To launch Notepad++ click on Activities and type Notepad++ in search box. You will see an icon for Notepad++, click on it to launch. If you are familiar with command line you can open by typing notepad-plus-plus on your terminal.

launch-notepad-plus-plus-ubuntu-22-04

It will open the Notepad++ like below.

notepad-plus-plus-on-ubuntu-22-04

Uninstall Notepad++#

If you want to uninstall the Notepad++ from your systems, you can remove snap package anytime. You would run the below command:

sudo snap remove notepad-plus-plus

Conclusion#

In this tutorial, you have successfully learned how to install Notepad++ on Ubuntu 22.04 system using snap package manager.

If you have any question of feedback, please leave a comment below.

If our content helps you, please consider buying us a coffee

Thank you for your support.

Share On
Share on Facebook
Share on Twitter
Share on Reddit
Share on Tumblr
 Previous Article How to Install GIMP on Debian 11
Next Article   How to Install LibreOffice on Debian 11

Related Posts

  • How to Install and Use PHP Composer on Ubuntu 22.04

    How to Install Composer on Ubuntu 22.04

    January 31, 2023
  • How to Install Nginx on Ubuntu 22.04

    How to Install Nginx on Ubuntu 22.04

    January 28, 2023
  • How to Install Puppet Agent on Ubuntu 22.04

    How to Install Puppet Agent on Ubuntu 22.04

    January 22, 2023

Leave a Reply Cancel reply

DigitalOcean Referral Badge

Popular Posts

  • How to Install SSH Keys on Ubuntu 22.04
    How to Set up SSH Keys on Ubuntu 22.04 January 7, 2023
  • How to Install Mongodb on Debian 11
    How to Install MongoDB on Debian 11 Linux January 11, 2023
  • How to Install Puppet Agent on Ubuntu 22.04
    How to Install Puppet Agent on Ubuntu 22.04 January 22, 2023
  • How to Install Jenkins on Debian 11
    How to Install Jenkins on Debian 11 January 5, 2023
  • How to Change-Hostname Ubuntu 22.04
    How to Change Hostname on Ubuntu 22.04 January 19, 2023
© 2020 TecNStuff All rights reserved. This website is using and storing cookies on your browser. By using this website you agree our Privacy Policy.  Follow us -  Twitter | Facebook