From 9426438d20e97b122cb97271c4c9bf62cf99532a Mon Sep 17 00:00:00 2001 From: Paul Gottschling Date: Fri, 15 Nov 2024 13:42:29 -0500 Subject: [PATCH] Edit the Uninstall Teleport guide Closes #46955 Include zypper instructions. --- docs/cspell.json | 7 +++---- .../management/admin/uninstall-teleport.mdx | 16 ++++++++++++++++ 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a/docs/cspell.json b/docs/cspell.json index 108255715c1c6..cb2f1e8af0bd9 100644 --- a/docs/cspell.json +++ b/docs/cspell.json @@ -809,6 +809,7 @@ "remask", "remotefx", "removelock", + "removerepo", "replaceall", "replicaset", "replicationgroup", @@ -1030,11 +1031,9 @@ "zxvf", "zztop" ], - "flagWords": [ - "hte" - ], + "flagWords": ["hte"], "ignorePaths": [ "**/reference/terraform-provider/**", "**/reference/operator-resources/**" ] -} \ No newline at end of file +} diff --git a/docs/pages/admin-guides/management/admin/uninstall-teleport.mdx b/docs/pages/admin-guides/management/admin/uninstall-teleport.mdx index c1675c103443e..a566c3ea4d8e8 100644 --- a/docs/pages/admin-guides/management/admin/uninstall-teleport.mdx +++ b/docs/pages/admin-guides/management/admin/uninstall-teleport.mdx @@ -132,6 +132,22 @@ Follow the instructions for your Linux distribution: ``` + + + + Uninstall the Teleport binary using zypper: + + ```code + # Change the package name to "teleport" for Teleport Community Edition + $ sudo zypper -y remove teleport-ent + ``` + + Uninstall the Teleport zypper repo: + + ```code + $ sudo zypper removerepo teleport + ``` +