Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Add uninstaller for Solana tooling #19744

Closed
AurelienFT opened this issue Sep 9, 2021 · 6 comments
Closed

Add uninstaller for Solana tooling #19744

AurelienFT opened this issue Sep 9, 2021 · 6 comments
Labels
enhancement New feature or request stale [bot only] Added to stale content; results in auto-close after a week.

Comments

@AurelienFT
Copy link

AurelienFT commented Sep 9, 2021

Problem

I want to uninstall Solana from my workstation. Is that possible ?

Proposed Solution

Document on how to do it.

@CapacitorDev
Copy link

hi @AurelienFT , did you find a way to remove it?

@AurelienFT
Copy link
Author

hi @AurelienFT , did you find a way to remove it?

No :/

@r3ndd
Copy link

r3ndd commented Feb 28, 2022

Issues like those in #21053 and #23294 would be solved by adding a comprehensive uninstaller that clears the cache. It might be a good idea to add one to the CLI.

@steveluscher steveluscher added the enhancement New feature or request label Jul 12, 2022
@steveluscher steveluscher changed the title How to uninstall Solana Add uninstaller for Solana tooling Jul 16, 2022
@grantferowich
Copy link

I too would appreciate an uninstaller in the CLI.

@1scriptz
Copy link

This would be a greatly appreciated feature/bit of documentation - being I somehow installed v1.15 of the CLI.

Zero clue how to uninstall it.

@github-actions github-actions bot added the stale [bot only] Added to stale content; results in auto-close after a week. label Oct 19, 2023
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Oct 27, 2023
@eulersexception
Copy link

I tried to follow the installation guide and was confronted with this problem. To clean up my system, I had to dig deeper and found this issue.

Assuming the output of which solana contains the basepath $HOME/.local/share/solana
I executed this commands:

rustup toolchain uninstall solana 
rm -rf ~/.local/share/solana
rm -rf ~/.config/solana 

To get more info: rustup toolchain help

System: macOS Ventura 13.7.1
Disclaimer: no Rust expert.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request stale [bot only] Added to stale content; results in auto-close after a week.
Projects
None yet
Development

No branches or pull requests

7 participants