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:
commit
4287ff0b6e
1 changed files with 20 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue