I installed Google Earth on an older computer and discovered after I installed it that my graphics card will not support it.
I want to uninstall it but it does not appear in Ubuntu Software Center.
I'm using Ubuntu 12.04.
I installed Google Earth on an older computer and discovered after I installed it that my graphics card will not support it.
I want to uninstall it but it does not appear in Ubuntu Software Center.
I'm using Ubuntu 12.04.
If you installed Google Earth with the .deb package from the web, you can use the same package with Ubuntu Software Centre to uninstall it. When you open again the package with the Software Centre you have the "uninstall" option instead of "install".
Also, you can use sudo apt-get purge google-earth-stable
in terminal.
If you installed Google Earth via Wine, you can use the Wine uninstall app to uninstall it.
To completely remove the bottle for your user (and thus remove everything from a wine bottle and start again) you can open a terminal and type rm -rf ~/.wine
or as an alternative open Nautilus and in your home folder press Ctrl+H, locate the .wine
folder and delete it. wine
will create a new folder next time you try to use it.
(answered by Bruno Pereira at the question uninstall a program installed with wine. )
Open the synaptic package manager and search for the google maps package. Mark the package for complete removal and select apply.