How to install Notepad++ on Ubuntu 18.04.1 LTS (Bionic Beaver)

About Linux
Published on Sep, 11 2024 1 min read 0 comments
image

In this article we will show you How to install Notepad++ on Ubuntu 18.04.1 LTS (Bionic Beaver) .

First of all what is Notepad++:
Notepad++ is a text editor and source code editor for use with Microsoft Windows. It supports tabbed editing, which allows working with multiple open files in a single window. The project's name comes from the C increment operator. Notepad++ is distributed as free software. Wikipedia

Step 1: Install Snap
If snap is not available on your system you have to install it first. Because snap is a most powerful package management system for Linux users. And another issue is there is no notepad++ package on ubuntu apt repository.
To install sanpd run the following commend
 

sudo apt update
sudo apt install snapd 

snapd is installed.

Step 2: Install Notepad++
Now you can install notepad++ using snap package manager. To install notepad++ on your ubuntu pc run the following commend.

 

sudo snap install notepad-plus-plus


after few moment notepad++ will install on your system and a message show as bellow.
 

notepad-plus-plus 7.5.9 from Taqi Raza (mmtrt) installed


 

0 Comments