Merge pull request #746 from morphis/add-removal-instructions

docs: add instructions of how to remove anbox from the system
This commit is contained in:
Simon Fels 2018-06-07 09:54:06 +02:00 committed by GitHub
commit 4287ff0b6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.