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

[v15] docs: update Teleport uninstall #46599

Merged
merged 3 commits into from
Sep 13, 2024
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Uninstall Teleport
description: How to remove Teleport from your system
---

This guide explains how to uninstall Teleport binaries completely.
This guide explains how to uninstall Teleport completely including binaries, configurations and data.

## Prerequisites

Expand Down Expand Up @@ -167,6 +167,7 @@ Follow the instructions for your Linux distribution:
$ sudo rm -f /usr/local/bin/tctl
$ sudo rm -f /usr/local/bin/teleport
$ sudo rm -f /usr/local/bin/tsh
$ sudo rm -f /usr/local/bin/fdpass-teleport
```

<Admonition type="notice" title="Uninstall MacOS client tools">
Expand Down
Loading