You are not logged in.

#1 2008-09-13 15:06:43

alikas
Member
From: Lithuania, Vilnius
Registered: 2006-05-24
Posts: 319
Website

How remove VirtualBox installed from VirtualBox page running .run file

I download from VirtualBox homepage file with run extenssion, then run it.
Now I want uninstall it. How I can do that?


Goodbye!

Offline

#2 2008-09-13 15:29:50

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: How remove VirtualBox installed from VirtualBox page running .run file

download manual and you'll find it or use search feature from forum.

hint: http://download.virtualbox.org/virtualb … Manual.pdf
page 24. chapter 2.3.4.4

or

http://bbs.archlinux.org/viewtopic.php?id=52374


Give what you have. To someone, it may be better than you dare to think.

Offline

#3 2008-09-13 15:57:11

alikas
Member
From: Lithuania, Vilnius
Registered: 2006-05-24
Posts: 319
Website

Re: How remove VirtualBox installed from VirtualBox page running .run file

I use:

bash-3.2# /root/VirtualBox-2.0.0-36011-Linux_x86.run uninstall
bash: /root/VirtualBox-2.0.0-36011-Linux_x86.run: Ðказано в доÑÑÑпе
bash-3.2# /root/VirtualBox-2.0.0-36011-Linux_x86.run uninstall
Verifying archive integrity... All good.
Uncompressing VirtualBox for Linux installation........
VirtualBox Version 2.0.0 (2008-09-03T18:35:27Z) installer
Uninstalling VirtualBox
VirtualBox has been removed successfully.
bash-3.2#

It removed from /opt Virtualbox directory, but not removed lines from /etc/rc.local:

#!/bin/bash
#
# /etc/rc.local: Local multi-user startup script.
#


# Start vboxdrv
# If you do not wish this to be executed here then comment it out,
# and the installer will skip it next time.
if [ -x /etc/rc.d/rc.vboxdrv ]; then
    /etc/rc.d/rc.vboxdrv start
fi

# Start vboxnet
# If you do not wish this to be executed here then comment it out,
# and the installer will skip it next time.
if [ -x /etc/rc.d/rc.vboxnet ]; then
    /etc/rc.d/rc.vboxnet start
fi

Maybe I something wrong made?

Thanks.


Goodbye!

Offline

#4 2008-09-13 16:12:37

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: How remove VirtualBox installed from VirtualBox page running .run file

remove it manualy.

Last edited by wonder (2008-09-13 16:12:48)


Give what you have. To someone, it may be better than you dare to think.

Offline

#5 2008-09-13 16:25:53

alikas
Member
From: Lithuania, Vilnius
Registered: 2006-05-24
Posts: 319
Website

Re: How remove VirtualBox installed from VirtualBox page running .run file

Thanks.


Goodbye!

Offline

Board footer

Powered by FluxBB