ICode9

精准搜索请尝试: 精确搜索
首页 > 系统相关> 文章详细

How to Install Notepad++ Editor on Ubuntu

2022-08-01 11:00:19  阅读:218  来源: 互联网

标签:application ++ Notepad How plus install Ubuntu


 

 

How to Install Notepad++ Editor on Ubuntu

Ubuntu Notepad++

Notepad++ is one of the best text and source code editors developed for the Microsoft Windows platform. Notepad++ is an open-source code editor that is much better than the standard Windows text editor. It supports various features like syntax highlighting, multi-document view, bracket matching, macro recording, auto-completion, color codes, etc. But it is not available for Linux. If you go to the official website of Notepad++, you will notice that there is no link to download Notepad++ for Linux distributions. Fortunately, however, there is a way to use Notepad++ on Linux distributions, as it is available as a snap package for Linux users.

In this article, we’ll show you how to install Notepad++ on Ubuntu. This guide has been tested on all Ubuntu versions from Ubuntu 18.04 to Ubuntu 22.04.

There are two ways to install Notepad++ on Ubuntu:

  • Using GUI
  • Using Command-line

Install Notepad++ Using Ubuntu GUI

In this method, we will use GUI to install Notepad++ in Ubuntu. Now to get started with installation, Press Windows key or Click on the dash icon in the bottom left corner of the desktop to open the dash menu. Then from the search bar, search and find for Ubuntu Software and open it.

Search for Ubuntu Software

When the Ubuntu Software application opens, click on the search icon on the top right corner of its window.

Ubuntu Software Manager

A search bar will appear, type notepad++. Once you find the application, click on it.

Search for Notepad++ in software list

Now click on Install to start the installation of the Notepad-plus-plus application.

Install Notepad++

Once the installation is completed, you can launch the application from the Ubuntu Dash menu.

Or you can also type notepad-plus-plus in Terminal to launch the application.

Start Notepad++ on Ubuntu

Install Notepad++ Using Command line

In this method, we will command line Terminal application to install Notepad++. As already discussed, Notepad++ is available as a snap package for Linux users. Before getting started with the installation, we will need to make sure that snap is available on your system.

To ensure the latest Snap package is installed, open the Terminal by pressing Ctrl+Alt+T keys, then run the following command as sudo in Terminal:

$ sudo apt list

Apt list

If snap is not installed, we will have to install it first. To install snap,  type the following command as sudo :

$ sudo apt-get install snapd snapd-xdg-open

Install snap and snapd

It will install the latest Snap package to your repository. Once the snap is installed, run the following command as sudo to install Notepad++ application.

$ sudo snap install notepad-plus-plus

Now sit back and wait for a while until the installation completes.

Install Notepad++ snap

When the installation is completed, you can launch the application from the Ubuntu Dash menu. Or you can also type notepad-plus-plus in Terminal to launch the application.

Run notepad++

Notepad++ is one of the most useful and popular code editor application available for Windows users only. But now you have seen that you can easily install this application in your Ubuntu environment using either GUI or command line.

VituxMay 18, 2022DesktopLinuxShellUbuntu

 

标签:application,++,Notepad,How,plus,install,Ubuntu
来源: https://www.cnblogs.com/pengmn/p/16539392.html

本站声明: 1. iCode9 技术分享网(下文简称本站)提供的所有内容,仅供技术学习、探讨和分享;
2. 关于本站的所有留言、评论、转载及引用,纯属内容发起人的个人观点,与本站观点和立场无关;
3. 关于本站的所有言论和文字,纯属内容发起人的个人观点,与本站观点和立场无关;
4. 本站文章均是网友提供,不完全保证技术分享内容的完整性、准确性、时效性、风险性和版权归属;如您发现该文章侵犯了您的权益,可联系我们第一时间进行删除;
5. 本站为非盈利性的个人网站,所有内容不会用来进行牟利,也不会利用任何形式的广告来间接获益,纯粹是为了广大技术爱好者提供技术内容和技术思想的分享性交流网站。

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有