I want to run virt-manager from the server itself (so that I can use the interface management feature which is not available over ssh connection).
However, I plan to launch virt-manager over an ssh connection forwarding X11 to my laptop where I run a full Ubuntu 12.04 desktop setup.
When I run "apt-get install virt-manager" on the ubuntu 12.04 server it of course wants to add X11 server, gnome libraries, etc... but I don´t want any of those on my server.
Is there a way to tell apt never to install graphical environment related packages because I will always forward X11 to a remote client?
