diff --git a/docs/cspell.json b/docs/cspell.json
index ce6e144d68667..b2248e11911a9 100644
--- a/docs/cspell.json
+++ b/docs/cspell.json
@@ -59,7 +59,6 @@
"Elastcsearch",
"Elasticvue",
"Entra",
- "entraid",
"Exadata",
"Exfiltrate",
"Exrch",
@@ -457,6 +456,7 @@
"enablerepo",
"enterappname",
"entityandreplyurl",
+ "entraid",
"envfile",
"enzos",
"errcode",
@@ -795,6 +795,7 @@
"relogged",
"remotefx",
"removelock",
+ "removerepo",
"replaceall",
"replicaset",
"replicationgroup",
@@ -1014,11 +1015,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 873458083c86b..17ca404890208 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
+ ```
+