Skip to content

Commit

Permalink
Edit the Uninstall Teleport guide
Browse files Browse the repository at this point in the history
Closes #46955

Include zypper instructions.
  • Loading branch information
ptgott committed Dec 5, 2024
1 parent 088a7cc commit 86a8975
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -808,6 +808,7 @@
"remask",
"remotefx",
"removelock",
"removerepo",
"replaceall",
"replicaset",
"replicationgroup",
Expand Down Expand Up @@ -1029,9 +1030,7 @@
"zxvf",
"zztop"
],
"flagWords": [
"hte"
],
"flagWords": ["hte"],
"ignorePaths": [
"**/reference/terraform-provider/**",
"**/reference/operator-resources/**"
Expand Down
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

0 comments on commit 86a8975

Please sign in to comment.