LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   Sun xVM VirtualBox (https://www.linuxquestions.org/questions/ubuntu-63/sun-xvm-virtualbox-714310/)

bcbotha 03-25-2009 06:43 AM

Sun xVM VirtualBox
 
how do I uninstall and remove Sun xVM VirtualBox from my pc?

pwc101 03-25-2009 06:53 AM

How did you install it?

bcbotha 03-25-2009 06:54 AM

it's version 2.02 that i got from a linux fomat mag. i installed it from the cd.

pwc101 03-25-2009 07:49 AM

Was it a .deb file?

bcbotha 03-26-2009 06:25 AM

i don't think so. in order to delete it i need to have root permissions. how do i do so?

pwc101 03-26-2009 06:35 AM

Without knowing what type of file it was when you installed it, it's difficult to say how to remove it. VirtualBox comes in a number of different installation formats, each of which has a different way of removal.

Assuming it was a .deb file you installed, try the following in a terminal:
Code:

sudo dpkg --remove Virtualbox
edit: the sudo gives you temporary root permissions. You will need to enter your password to run the command.

bcbotha 03-26-2009 06:52 AM

after trying sudo dpkg --remove Virualbox the response is
Code:

dpkg - warning: ignoring request to remove virtualbox which isn't installed
the problem though is that i still can't install something else like VMware becuase it then says that VirtualBox is installed.

pwc101 03-26-2009 07:38 AM

You really need to find out how you installed it in the first place. Have you still got the DVD that you got it from? If you do, you can see what type of file it was, then we can figure out how to remove it.

A quick Google suggests it's possible to have both VMware and VirtualBox installed in parallel, though I've never tried, and maybe the most recent versions complain.

Also, maybe dpkg is case sensitive, so try:
Code:

sudo dpkg -r VirtualBox\*
Note: uppercase V and B, and the * is a wildcard to catch anything appended to the name.


All times are GMT -5. The time now is 01:54 PM.