Home  >  Article  >  Development Tools  >  How to install notepad++ on linux

How to install notepad++ on linux

(*-*)浩
(*-*)浩Original
2019-08-06 15:47:176703browse

Install/uninstall Notepad under linux

How to install notepad++ on linux

Installation: (recommended learning: notepad )

1, open the terminal, ctrl T

2, enter the command:

sudo add-apt-repository ppa:notepadqq-team/notepadqq//Add installation Package

sudo apt-get update//Update the latest version. In this step, the user can choose by himself. You can directly use the old version

sudo apt -get install notepadqq//Installation

Uninstall:

1, open the terminal, ctrl T

2, enter the command:

sudo apt-get remove notepadqq //Uninstall

sudo add-apt-repository --removeppa:notepadqq-team/notepadqq//Delete installation files

The above is the detailed content of How to install notepad++ on linux. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn