Uninstalling

Remove Bob Shell from your system using the appropriate method for your installation.

Uninstalling Bob Shell

To uninstall Bob Shell, use the corresponding command for the package manager you used when you installed it:

npm uninstall -g bobshell
pnpm remove -g bobshell
yarn global remove bobshell

Remove configuration files (optional)

After uninstalling Bob Shell, you can remove configuration files and data:

Warning

This permanently deletes your Bob Shell settings and any saved data.

rm -rf ~/.bob
How is this topic?