From b953d82d69613aba0f9346eea62ac7c01b6beb85 Mon Sep 17 00:00:00 2001 From: Simon Fels Date: Tue, 5 Jun 2018 17:19:43 +0200 Subject: [PATCH] docs: add instructions of how to remove anbox from the system --- docs/install.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/install.md b/docs/install.md index 1735de8..b194673 100644 --- a/docs/install.md +++ b/docs/install.md @@ -104,3 +104,23 @@ a more stable and bug free experience. Once proper confinement for the Anbox snap exists we will also start using the candidate and stable channels. + +# Uninstall Anbox + +If you want to remove Anbox from your system you first have to remove the snap: + +**NOTE:** By removing the snap you remove all data you stored within the snap +from your system. There is no way to bring it back. + +``` + $ snap remove anbox +``` + +Once the snap is removed you have to remove the installed kernel modules as well: + +``` + $ sudo apt install ppa-purge + $ sudo ppa-purge ppa:morphis/anbox-support +``` + +Once done Anbox is removed from your system.