Uninstalling

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

Uninstall Bob Shell

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

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

Remove configuration files (optional)

After uninstalling Bob Shell, remove configuration files and data:

Warning

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

# Remove Bob Shell configuration directory
rm -rf ~/.bob
How is this topic?