From 667917787e24baee4b6e08e7f081e7e6a47d7a95 Mon Sep 17 00:00:00 2001 From: gccgdb1234 Date: Thu, 25 Aug 2022 13:29:13 +0800 Subject: [PATCH] doc: remove improper output from apt-get remove --- docs/en/13-operation/01-pkg-install.md | 3 --- docs/zh/17-operation/01-pkg-install.md | 3 --- 2 files changed, 6 deletions(-) diff --git a/docs/en/13-operation/01-pkg-install.md b/docs/en/13-operation/01-pkg-install.md index caaa920945..b6cc0582bc 100644 --- a/docs/en/13-operation/01-pkg-install.md +++ b/docs/en/13-operation/01-pkg-install.md @@ -24,9 +24,6 @@ $ sudo apt-get remove tdengine Reading package lists... Done Building dependency tree Reading state information... Done -The following packages were automatically installed and are no longer required: - libevent-core-2.1-7 libevent-pthreads-2.1-7 libopts25 sntp -Use 'apt autoremove' to remove them. The following packages will be REMOVED: tdengine 0 upgraded, 0 newly installed, 1 to remove and 18 not upgraded. diff --git a/docs/zh/17-operation/01-pkg-install.md b/docs/zh/17-operation/01-pkg-install.md index 838ec538b0..671dc00cee 100644 --- a/docs/zh/17-operation/01-pkg-install.md +++ b/docs/zh/17-operation/01-pkg-install.md @@ -54,9 +54,6 @@ $ sudo apt-get remove tdengine Reading package lists... Done Building dependency tree Reading state information... Done -The following packages were automatically installed and are no longer required: - libevent-core-2.1-7 libevent-pthreads-2.1-7 libopts25 sntp -Use 'apt autoremove' to remove them. The following packages will be REMOVED: tdengine 0 upgraded, 0 newly installed, 1 to remove and 18 not upgraded. -- GitLab