Re: Qemu Uninstall

2023-09-11 Thread Peter Maydell
On Sun, 10 Sept 2023 at 20:52, Narcis Garcia  wrote:
>
> I do with this command:
>
> sudo apt --autoremove remove qemu qemu-system qemu-utils
>
> ...but probably your operating system provides a graphical package
> manager that helps to do it with a single click.

Yes, if you installed QEMU via your distro, uninstall it
the same way. If you're on Windows and installed a
Windows packaged QEMU, it should uninstall in the usual
way for Windows packages. If you built from source
and installed with 'make install' (which I don't really
recommend unless you used a custom install directory),
then 'make uninstall' from the same source/build tree
should work.

(In this respect QEMU is not much different from any
other program, I think.)

-- PMM



Re: Qemu Uninstall

2023-09-10 Thread Narcis Garcia

I do with this command:

sudo apt --autoremove remove qemu qemu-system qemu-utils

...but probably your operating system provides a graphical package 
manager that helps to do it with a single click.



El 10/9/23 a les 18:55, Kai ha escrit:

Hi- I'm just wondering how I uninstall Qemu?


--

Narcis Garcia

__
I'm using this dedicated address because personal addresses aren't 
masked enough at this mail public archive. Public archive administrator 
should fix this against automated addresses collectors.




Qemu Uninstall

2023-09-10 Thread Kai
Hi- I'm just wondering how I uninstall Qemu?