Home > Development Tools > notepad > body text

How to uninstall notepad

爱喝马黛茶的安东尼
Release: 2019-08-16 16:35:16
Original
11751 people have browsed it

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   //安装
Copy after login

Uninstall:

1. Open the terminal ctrl T

2. Enter the command:

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

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

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!