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

[QUESTION] - How to uninstall termscp? #136

Closed
sumanmichael opened this issue Jan 16, 2023 · 2 comments
Closed

[QUESTION] - How to uninstall termscp? #136

sumanmichael opened this issue Jan 16, 2023 · 2 comments
Assignees
Labels
good first issue Good for newcomers question Further information is requested

Comments

@sumanmichael
Copy link

Please also provide information on how to completely uninstall termscp

@sumanmichael sumanmichael added the question Further information is requested label Jan 16, 2023
@veeso
Copy link
Owner

veeso commented Feb 10, 2023

Linux:

rm -f $(which termscp)
rm -rf $HOME/.config/termscp

MacOs:

rm -f $(which termscp)
rm -rf /Users/$USER/Library/Application\ Support/termscp/

Windows:

choco uninstall termscp

@veeso veeso closed this as completed Feb 10, 2023
@veeso veeso pinned this issue Feb 10, 2023
@veeso veeso added the good first issue Good for newcomers label Feb 10, 2023
@tomsik-radek
Copy link

This should be in docs under installation IMO

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants