diff --git a/docs/cspell.json b/docs/cspell.json
index 991ce9fdcf0a8..061b7e6956e63 100644
--- a/docs/cspell.json
+++ b/docs/cspell.json
@@ -808,6 +808,7 @@
"remask",
"remotefx",
"removelock",
+ "removerepo",
"replaceall",
"replicaset",
"replicationgroup",
@@ -1029,9 +1030,7 @@
"zxvf",
"zztop"
],
- "flagWords": [
- "hte"
- ],
+ "flagWords": ["hte"],
"ignorePaths": [
"**/reference/terraform-provider/**",
"**/reference/operator-resources/**"
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
+ ```
+