Skip to main content

Uninstalling Bee

Uninstalling Bee

Choose the appropriate uninstall method based on the install method used:

Package Manager Install

This method can be used for package manager based installs of the official Debian, RPM, and Homebrew packages.

Debian

sudo apt-get remove bee

If Clef (deprecated) was used, remove Clef.

danger

This will delete your keys, make backups.

sudo apt-get remove bee-clef

RPM

sudo yum remove bee

If Clef (deprecated) was used, remove Clef.

danger

This will delete your keys, make backups .

Remove Clef:

sudo yum remove bee-clef

Binary Install

If Bee is installed using the automated shell script or by building from source, Bee can be uninstalled by directly removing the installed file.

sudo rm `/usr/local/bin/bee`

Remove Bee Data Files

To completely remove all Bee files from your system you will also need to remove the config and data files.

danger

Node keys, password, chunks and state files are stored in the data folder. Make backups of your data folder to prevent losing keys and data.

Bee

Config folder: Configuration file is stored in /etc/bee/

Data folder: State, keys, chunks, and other data are stored in /var/lib/bee/

Bee Clef (Deprecated)

Config folder: Configuration file is stored in /etc/bee-clef/

Data folder: Key material and other data are stored in /var/lib/bee-clef/