thiagowfx's avatar

Β¬ just serendipity πŸ€ (not just serendipity)

How to uninstall Amp Code

β€’ 80 words β€’ 1 min

Previously.

The Amp Code Manual does not contain uninstallation instructions.

It contains only installation instructions.

Every software installation method should have an easy way to be reverted.

I hereby fill in this gap.

How to uninstall Amp Code from your system?

It’s likely installed globally via npm. To remove it:

shell
# 1. Remove the npm package
npm uninstall -g @sourcegraph/amp

# 2. Remove data directory
rm -rf ~/.amp

# 3. Remove config (symlinked from my dotfiles)
rm -rf ~/.config/amp