Home >Development Tools >notepad >How to uninstall notepad

How to uninstall notepad

爱喝马黛茶的安东尼
爱喝马黛茶的安东尼Original
2019-08-16 16:35:1611890browse

How to uninstall notepad

How to install and uninstall notepad under Ubuntu

Related recommendations: "Notepad usage graphic tutorial

Installation:

1. Open the terminal ctrl T

2. Enter the command:

$ sudo add-apt-repository ppa:notepadqq-team/notepadqq   //添加安装包
$ sudo apt-get update   //更新最新版本,这步用户自己选择,可以直接用老版本的
$ sudo apt-get install notepadqq   //安装

Uninstall:

1. Open the terminal ctrl T

2. Enter the command:

$ sudo apt-get remove notepadqq    //卸载
$ sudo add-apt-repository --removeppa:notepadqq-team/notepadqq   //删除安装文件

The above is the detailed content of How to uninstall notepad. 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