• How to Install Notepad++ Editor on 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.

     

  • 相关阅读:
    Mysql-窗口函数
    aplly-lambda-map用法
    python-pymysql 操作数据库-创建-写入-多线程写入-读取-清空表
    graphviz安装
    sklearn-决策树
    pandas-烹饪指南
    Tomcat配置https
    azkaban 编译部署
    sqoop部署及使用
    spark面试题-1
  • 原文地址:https://www.cnblogs.com/pengmn/p/16539392.html
Copyright © 2020-2023  润新知