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
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.
I hope it will helpful for you for more details see the bellow video.
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 snapdsnapd 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
For any comment or suggestion about this article please write your opinion on the comment box bellow. Or you can write your review on the linked video on YouTube.