docs: refine en/13-operation/01-pkg-install.md (#20631)

This commit is contained in:
Shuduo Sang 2023-03-24 18:34:26 +08:00 committed by GitHub
parent 6d04d5f29f
commit 484e116720
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -15,9 +15,9 @@ About details of installing TDenine, please refer to [Installation Guide](../../
## Uninstall ## Uninstall
<Tabs> <Tabs>
<TabItem label="Uninstall apt-get" value="aptremove"> <TabItem label="Uninstall by apt-get" value="aptremove">
Apt-get package of TDengine can be uninstalled as below: Uninstall package of TDengine by apt-get can be uninstalled as below:
```bash ```bash
$ sudo apt-get remove tdengine $ sudo apt-get remove tdengine
@ -35,7 +35,7 @@ TDengine is removed successfully!
``` ```
Apt-get package of taosTools can be uninstalled as below: If you have installed taos-tools, please uninstall it first before uninstall TDengine. The command of uninstall is following:
``` ```
$ sudo apt remove taostools $ sudo apt remove taostools