From b4c483c63609c90f49dd11447e7e35af93073fb5 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. --- .../management/admin/uninstall-teleport.mdx | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/pages/admin-guides/management/admin/uninstall-teleport.mdx b/docs/pages/admin-guides/management/admin/uninstall-teleport.mdx index c1675c103443e..56f32367e5d17 100644 --- a/docs/pages/admin-guides/management/admin/uninstall-teleport.mdx +++ b/docs/pages/admin-guides/management/admin/uninstall-teleport.mdx @@ -132,6 +132,23 @@ 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 + ``` + +