Code-server: How to delete the code-server completely from Termux??

Created on 7 Aug 2020  路  2Comments  路  Source: cdr/code-server

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

Thank You!!!

Most helpful comment

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.

All 2 comments

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.

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

KSXGitHub picture KSXGitHub  路  3Comments

Arsaev picture Arsaev  路  3Comments

pchecinski picture pchecinski  路  3Comments

lshamis picture lshamis  路  3Comments

broady picture broady  路  3Comments