From 0ec665e0cdc5d164dd168dddcfd627eddc639ce5 Mon Sep 17 00:00:00 2001 From: Steven Martin Date: Tue, 19 Nov 2024 16:34:38 -0500 Subject: [PATCH 1/3] docs: update macos uninstall --- .../admin-guides/management/admin/uninstall-teleport.mdx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/pages/admin-guides/management/admin/uninstall-teleport.mdx b/docs/pages/admin-guides/management/admin/uninstall-teleport.mdx index c1675c103443e..6bc427101e2cf 100644 --- a/docs/pages/admin-guides/management/admin/uninstall-teleport.mdx +++ b/docs/pages/admin-guides/management/admin/uninstall-teleport.mdx @@ -171,10 +171,17 @@ Follow the instructions for your Linux distribution: ``` - If you installed the macOS `tsh` client-only package and/or Teleport Connect for macOS, you can optionally remove those too: + + You may have Teleport in Applications folder if you: + - Installed from a macOS tar ball for v17+ that includes `tsh.app` and `tctl.app` + - Installed macOS `tsh` client-only package for v16 or older versions. + - Installed Teleport Connect for macOS + + You can remove those with these commands: ```code $ sudo rm -rf /Applications/tsh.app + $ sudo rm -rf /Applications/tctl.app $ sudo rm -rf /Applications/Teleport\ Connect.app ``` From b4bbb0fdcc8a0a7813812275185d608325969de1 Mon Sep 17 00:00:00 2001 From: Steven Martin Date: Tue, 19 Nov 2024 17:04:16 -0500 Subject: [PATCH 2/3] docs: update verbiage for macos uninstall Apply review suggestions Co-authored-by: Zac Bergquist --- .../admin-guides/management/admin/uninstall-teleport.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/pages/admin-guides/management/admin/uninstall-teleport.mdx b/docs/pages/admin-guides/management/admin/uninstall-teleport.mdx index 6bc427101e2cf..48f9c837e2078 100644 --- a/docs/pages/admin-guides/management/admin/uninstall-teleport.mdx +++ b/docs/pages/admin-guides/management/admin/uninstall-teleport.mdx @@ -172,9 +172,9 @@ Follow the instructions for your Linux distribution: - You may have Teleport in Applications folder if you: - - Installed from a macOS tar ball for v17+ that includes `tsh.app` and `tctl.app` - - Installed macOS `tsh` client-only package for v16 or older versions. + You may have Teleport software in the `/Applications` folder if you: + - Installed from a macOS tarball for v17+ that includes `tsh.app` and `tctl.app` + - Installed the macOS `tsh` client-only package for v16 or older versions. - Installed Teleport Connect for macOS You can remove those with these commands: From eeaa025d0bcc3df44b5a95f5c1bfca15e5b8d168 Mon Sep 17 00:00:00 2001 From: Steven Martin Date: Wed, 20 Nov 2024 13:51:18 -0500 Subject: [PATCH 3/3] docs: update verbiage on removing --- docs/pages/admin-guides/management/admin/uninstall-teleport.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/admin-guides/management/admin/uninstall-teleport.mdx b/docs/pages/admin-guides/management/admin/uninstall-teleport.mdx index 48f9c837e2078..873458083c86b 100644 --- a/docs/pages/admin-guides/management/admin/uninstall-teleport.mdx +++ b/docs/pages/admin-guides/management/admin/uninstall-teleport.mdx @@ -160,7 +160,7 @@ Follow the instructions for your Linux distribution: You can use `dirname $(which teleport)` to look this up automatically. - Remove the Teleport binaries from the machine: + Remove the Teleport binaries and links to Teleport software from the machine: ```code $ sudo rm -f /usr/local/bin/tbot