Skip to content

How to delete the code-server completely from Termux?? #1946

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

Closed
bitwisebro opened this issue Aug 7, 2020 · 2 comments
Closed

How to delete the code-server completely from Termux?? #1946

bitwisebro opened this issue Aug 7, 2020 · 2 comments

Comments

@bitwisebro
Copy link

Is there any way to delete this from Termux on Android?

Thank You!!!

@code-asher
Copy link
Member

You can just rm -r the code-server directory. It depends on where you installed it, but if you used the install script by default it'll be in ~/.local/lib/code-server-<version> and there will also be a binary symlink in ~/.local/bin/code-server you can remove.

If you want to delete settings and data as well you can remove ~/.local/share/code-server and ~/.config/code-server.

@code-asher
Copy link
Member

If you used yarn or npm to install code-server then you can use them to remove it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants