Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edit the Uninstall Teleport guide #49084

Merged
merged 1 commit into from
Dec 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions docs/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
"Elastcsearch",
"Elasticvue",
"Entra",
"entraid",
"Exadata",
"Exfiltrate",
"Exrch",
Expand Down Expand Up @@ -457,6 +456,7 @@
"enablerepo",
"enterappname",
"entityandreplyurl",
"entraid",
"envfile",
"enzos",
"errcode",
Expand Down Expand Up @@ -795,6 +795,7 @@
"relogged",
"remotefx",
"removelock",
"removerepo",
"replaceall",
"replicaset",
"replicationgroup",
Expand Down Expand Up @@ -1014,11 +1015,9 @@
"zxvf",
"zztop"
],
"flagWords": [
"hte"
],
"flagWords": ["hte"],
"ignorePaths": [
"**/reference/terraform-provider/**",
"**/reference/operator-resources/**"
]
}
}
16 changes: 16 additions & 0 deletions docs/pages/admin-guides/management/admin/uninstall-teleport.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,22 @@ Follow the instructions for your Linux distribution:
```
</Admonition>

</TabItem>
<TabItem label="SUSE Linux Enterprise Server (zypper)">

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
```

</TabItem>
<TabItem label="Linux Tarball">

Expand Down
Loading