Open In App

How to Install Notepad++ in Ubuntu?

Last Updated : 16 Sep, 2024
Comments
Improve
Suggest changes
Like Article
Like
Report

Notepad++ is an open-source and freely available application that is used as a code editor or text editor by students and professionals. Notepad++ has support for nearly 90 different programming languages. This application supports working for more than 1 file in a single window. One of the advantages of this application is its easy interface and appearance. Notepad++ was officially released on 24th November 2003, and it was developed by Don Ho.

Installing Notepad++ on Ubuntu

Installing Notepad++ on Ubuntu can be done through two methods: using the GUI via the Ubuntu Software Center or through the command line using Snap. Below, we’ll explore both installation methods in detail.

Method 1: Using GUI

Step 1: Open the Ubuntu Software Center

Click on the Activities Panel on your desktop and search for “Ubuntu Software.”

Open the Ubuntu Software Center

Open the Ubuntu Software Center

Step 2: Search for Notepad++

In the Ubuntu Software Center, use the search bar to find “Notepad++.”

Search for Notepad++

Search for Notepad++

Step 3: Install Notepad++

Click on the Notepad++ listing and then click the “Install” button. You will be prompted to enter your password to authorize the installation.

Install Notepad++

Step 4: Launch Notepad++

After the installation is complete, go back to the Activities Panel, search for “Notepad++,” and click on the application icon to launch it.

Launch Notepad++

Launch Notepad++

Step 5: Start Coding

Notepad++ is now ready to use! You can begin writing code in various programming languages right away.

Start Coding

Start Coding

Method 2: Using Command-line

Step 1: Install Snap on Ubuntu

First, ensure that Snap is installed on your system. Open the terminal and run the following command:

sudo apt-get install snapd snapd-xdg-open

 

Step 2: Install Notepad++ Using Snap

Execute the below command to install Notepad++ through Snap Store.

sudo snap install notepad-plus-plus

 

Step 3: Launch Notepad++ from the Terminal

Start the application by executing the below command in the terminal itself.

notepad-plus-plus

Conclusion

Notepad++ is a versatile and powerful text editor that is perfect for anyone involved in coding, scripting, or text editing. With its support for multiple languages, customizable interface, and extensive plugin options, it’s an essential tool for both beginners and experienced developers. By following the above mentioned steps, you can easily install Notepad++ on your Ubuntu system using either the GUI or command line.



Next Article

Similar Reads