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 Nov 26, 2024
1 parent 6f73d95 commit bfa9f4c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 5 deletions.
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/**"
]
}
}
17 changes: 17 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,23 @@ 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
```

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

Expand Down

0 comments on commit bfa9f4c

Please sign in to comment.