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 19, 2024
1 parent 9f5b360 commit b4c483c
Showing 1 changed file with 17 additions and 0 deletions.
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 b4c483c

Please sign in to comment.