Home > Article > Development Tools > How to install notepad++ on linux
Install/uninstall Notepad under 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!