notAperson535 / OneClick-macOS-Simple-KVM

Tools to set up a easy, quick macOS VM in QEMU, accelerated by KVM. Works on Linux AND Windows.
https://notAperson535.github.io/OneClick-macOS-Simple-KVM
MIT License
606 stars 51 forks source link

How to remove from sytem? #67

Closed rdmueller closed 1 year ago

rdmueller commented 1 year ago

The docs contain great instructions on how to install everything, but what are the most important / main steps to remove it if not needed anymore?

notAperson535 commented 1 year ago

@rdmueller you can just delete the folder and remove the dependencies. On Ubuntu you would replace apt install in the install command with apt remove

rdmueller commented 1 year ago

Thanx