Forums » Linux

How to uninstall on Ubuntu 10.10

Apr 02, 2011 Thiatan link
Hi guys,

I've recently installed the game on both mine and my brother's computers. However he has not taken to the game and now wants it completely wiped without a trace.
I am not sure how to go about this on Ubuntu 10.10. Any help would be really appreciated.
Thank you.

PS. I love the game :)
Apr 02, 2011 Cortex Reaver link
rm `which vendetta` && rm -rf ~/.vendetta

-CR
Apr 03, 2011 Thiatan link
Thank you, and this will sound rather naive, but how exactly do I put this into terminal?
Apr 03, 2011 Cortex Reaver link
Highlight in the browser, middle click in the terminal.

/me teaches UNIX 101.

-CR
Apr 03, 2011 Pizzasgood link
In case you don't already know, with most mice, "middle click" means to click with the scroll wheel.

You can also use SHIFT+INSERT to paste in most (all?) terminal emulators.
Apr 03, 2011 Cortex Reaver link
Shift-insert is a windows convention, that hasn't necessarily found its way into a lot of terminal implementations on the various *nix platforms.

-CR