Replies: 8 comments 9 replies
-
@vrnko: thanks! Personally, I find that if you (with you I mean in this case Zed Industries) provide an install script, you should also provide an uninstall script! You can't expect some to keep you application indefinitely. |
Beta Was this translation helpful? Give feedback.
-
i also did this omar@Latitude-5480 ~ find . -name 'zed' ✔ 292 11:49:40 |
Beta Was this translation helpful? Give feedback.
-
I ended up removing the following directories, after analyzing https://zed.dev/install.sh script:
|
Beta Was this translation helpful? Give feedback.
-
If a software does not have an uninstall guide you know something is up... |
Beta Was this translation helpful? Give feedback.
-
in case someone is wondering how to do this on ubuntu:
|
Beta Was this translation helpful? Give feedback.
-
Have opened a PR to include this functionality in the install script It should be easy as curl https://zed.dev/install.sh | sh -s uninstall once merged. If anyone wants to use it now, this should work: curl https://raw.githubusercontent.com/zed-industries/zed/82ad7f2b/script/install.sh | sh -s uninstall |
Beta Was this translation helpful? Give feedback.
-
I had to uninstall as zed is not working on rhel9, was expecting for easy steps, but it seems there is no uninstall script yet. |
Beta Was this translation helpful? Give feedback.
-
How come they say it's a vscode killer while it doesn't even have an efficient uninstaller!? |
Beta Was this translation helpful? Give feedback.
-
Where can I find the uninstall script to uninstall Zed from Linux (Fedora)?
If you provide an install script, you should also provide an uninstall script!
Beta Was this translation helpful? Give feedback.
All reactions