nixCraft Linux Forum

nixCraft

Linux / UNIX Tech Support Forum

Ubuntu Linux Install Virtualbox 3 .deb file

This is a discussion on Ubuntu Linux Install Virtualbox 3 .deb file within the Ubuntu / Debian forums, part of the Linux Distribution category; I usually come here as a last resort and probably should come here first. But if its Debian I go ...


Go Back   nixCraft Linux Forum > Linux Distribution > Ubuntu / Debian

Linux answers from nixCraft.


Ubuntu / Debian Discussion about Debian or Ubuntu Linux related problems.

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-11-2009, 05:05 PM
Member
User
 
Join Date: Aug 2009
OS: Debian
Posts: 70
Thanks: 6
Thanked 0 Times in 0 Posts
Rep Power: 1
77yrold is on a distinguished road
Default Ubuntu Linux Install Virtualbox 3 .deb file

I usually come here as a last resort and probably should come here first. But if its Debian I go there and Ubuntu here. This is not a rant, but rather spoken from the perspective of who desires answers in ABC rather then calculus! I am sure I am not only one.
Ok now my question.
1. I had 9.04 with VB working fine, but had to re-install 9.04 and download the i386 version ubuntu. HOWEVER something changed. Befored I got the Blue box Sun icon and it was a breeze.
2. This time I received what you see in attachment. attempted to extract to load was told by 2 different forums that was unnecessary all I need to do was "run" it see what I mean by talking calculus rather then ABC
Ok Jay I know you are ready with the ABC's

Thanks to all on this forum
Attached Images
File Type: png Screenshot.png (27.1 KB, 3 views)
Reply With Quote
  #2 (permalink)  
Old 06-11-2009, 08:46 PM
jaysunn's Avatar
Powered By Linux
User
 
Join Date: Apr 2009
Location: 41.332032,-73.089775
OS: RHEL - OSX
Scripting language: BASH - Learning Ruby
Posts: 602
Thanks: 61
Thanked 80 Times in 72 Posts
Rep Power: 10
jaysunn is a splendid one to behold jaysunn is a splendid one to behold jaysunn is a splendid one to behold jaysunn is a splendid one to behold jaysunn is a splendid one to behold jaysunn is a splendid one to behold jaysunn is a splendid one to behold jaysunn is a splendid one to behold
Default

77,

Try this. Open a terminal. And type this:
Code:
prompt>sudo dpkg -i Desktop/virtualbox-3.0_3.0.10-54097_Ubuntu_jaunty_i386.deb
Make sure the filename is correct. I tried to look at your thumbnail.

Jaysunn
__________________
Have a look at what I have been working on
http://www.shellasaurus.com
Reply With Quote
The Following User Says Thank You to jaysunn For This Useful Post:
77yrold (06-11-2009)
  #3 (permalink)  
Old 06-11-2009, 08:49 PM
jaysunn's Avatar
Powered By Linux
User
 
Join Date: Apr 2009
Location: 41.332032,-73.089775
OS: RHEL - OSX
Scripting language: BASH - Learning Ruby
Posts: 602
Thanks: 61
Thanked 80 Times in 72 Posts
Rep Power: 10
jaysunn is a splendid one to behold jaysunn is a splendid one to behold jaysunn is a splendid one to behold jaysunn is a splendid one to behold jaysunn is a splendid one to behold jaysunn is a splendid one to behold jaysunn is a splendid one to behold jaysunn is a splendid one to behold
Default

Actually,

If you just downloaded the file type this:

Code:
jason@jason-desktop:~$ sudo dpkg -i Downloads/virtualbox-3.0_3.0.10-54097_Ubuntu_karmic_i386.deb
Jaysunn
__________________
Have a look at what I have been working on
http://www.shellasaurus.com
Reply With Quote
  #4 (permalink)  
Old 06-11-2009, 08:58 PM
jaysunn's Avatar
Powered By Linux
User
 
Join Date: Apr 2009
Location: 41.332032,-73.089775
OS: RHEL - OSX
Scripting language: BASH - Learning Ruby
Posts: 602
Thanks: 61
Thanked 80 Times in 72 Posts
Rep Power: 10
jaysunn is a splendid one to behold jaysunn is a splendid one to behold jaysunn is a splendid one to behold jaysunn is a splendid one to behold jaysunn is a splendid one to behold jaysunn is a splendid one to behold jaysunn is a splendid one to behold jaysunn is a splendid one to behold
Default

Or you can even try this:

Code:
jason@jason-desktop:~$ sudo apt-get -f install virtualbox-3.0

Jaysunn
__________________
Have a look at what I have been working on
http://www.shellasaurus.com
Reply With Quote
  #5 (permalink)  
Old 06-11-2009, 08:58 PM
Member
User
 
Join Date: Aug 2009
OS: Debian
Posts: 70
Thanks: 6
Thanked 0 Times in 0 Posts
Rep Power: 1
77yrold is on a distinguished road
Default

Quote:
Originally Posted by jaysunn View Post
77,

Try this. Open a terminal. And type this:
Code:
prompt>sudo dpkg -i Desktop/virtualbox-3.0_3.0.10-54097_Ubuntu_jaunty_i386.deb
Make sure the filename is correct. I tried to look at your thumbnail.

Jaysunn
Jay: sure the resulting terminal readout is due to something I did or did not do. Please advise

allen@allen-laptop:~$ sudo dpkg -i Desktop/virtualbox-3.0_3.0.10-54097_Ubuntu_jaunty_i386.deb
[sudo] password for allen:
Selecting previously deselected package virtualbox-3.0.
(Reading database ... 123402 files and directories currently installed.)
Unpacking virtualbox-3.0 (from .../virtualbox-3.0_3.0.10-54097_Ubuntu_jaunty_i386.deb) ...
dpkg: dependency problems prevent configuration of virtualbox-3.0:
virtualbox-3.0 depends on libcurl3 (>= 7.16.2-1); however:
Package libcurl3 is not installed.
virtualbox-3.0 depends on libqt4-network (>= 4.5.0~+rc1); however:
Package libqt4-network is not installed.
virtualbox-3.0 depends on libqtcore4 (>= 4.5.0~+rc1); however:
Package libqtcore4 is not installed.
virtualbox-3.0 depends on libqtgui4 (>= 4.5.0~+rc1); however:
Package libqtgui4 is not installed.
dpkg: error processing virtualbox-3.0 (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
virtualbox-3.0
allen@allen-laptop:~$
Reply With Quote
  #6 (permalink)  
Old 06-11-2009, 08:59 PM
nixcraft's Avatar
Never say die
User
 
Join Date: Jan 2005
Location: BIOS
OS: RHEL
Scripting language: Bash and Python
Posts: 2,710
Thanks: 11
Thanked 245 Times in 184 Posts
Rep Power: 10
nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute
Default

Or you can just double click on file and it will get installed.
__________________
Vivek Gite
Linux Evangelist
Be proud RHEL user, and let the world know about your enterprise choices! Join RedHat user group.
Always use CODE tags for posting system output and commands!
Do you run a Linux? Let's face it, you need help
Reply With Quote
  #7 (permalink)  
Old 06-11-2009, 09:02 PM
jaysunn's Avatar
Powered By Linux
User
 
Join Date: Apr 2009
Location: 41.332032,-73.089775
OS: RHEL - OSX
Scripting language: BASH - Learning Ruby
Posts: 602
Thanks: 61
Thanked 80 Times in 72 Posts
Rep Power: 10
jaysunn is a splendid one to behold jaysunn is a splendid one to behold jaysunn is a splendid one to behold jaysunn is a splendid one to behold jaysunn is a splendid one to behold jaysunn is a splendid one to behold jaysunn is a splendid one to behold jaysunn is a splendid one to behold
Default

77,

Use the package manager to install this software.

Like I posted above. Should do the trick. Here it is again:

Code:
jason@jason-desktop:~$ sudo apt-get -f install virtualbox-3.0
Let me know,

Jaysunn
__________________
Have a look at what I have been working on
http://www.shellasaurus.com
Reply With Quote
  #8 (permalink)  
Old 06-11-2009, 09:04 PM
nixcraft's Avatar
Never say die
User
 
Join Date: Jan 2005
Location: BIOS
OS: RHEL
Scripting language: Bash and Python
Posts: 2,710
Thanks: 11
Thanked 245 Times in 184 Posts
Rep Power: 10
nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute
Default

Also, try latest Ubuntu 9.10, it has easy to use and install software center. You can just search for software and than click install button.
Attached Images
File Type: png Screenshot-Ubuntu Software Center.png (59.0 KB, 4 views)
__________________
Vivek Gite
Linux Evangelist
Be proud RHEL user, and let the world know about your enterprise choices! Join RedHat user group.
Always use CODE tags for posting system output and commands!
Do you run a Linux? Let's face it, you need help
Reply With Quote
  #9 (permalink)  
Old 06-11-2009, 10:04 PM
Member
User
 
Join Date: Aug 2009
OS: Debian
Posts: 70
Thanks: 6
Thanked 0 Times in 0 Posts
Rep Power: 1
77yrold is on a distinguished road
Default

Ok I am in. Thanks. After I put VirtualBox into terminal and I was in
Appreciate it as always.

Allen
Reply With Quote
  #10 (permalink)  
Old 06-11-2009, 10:12 PM
jaysunn's Avatar
Powered By Linux
User
 
Join Date: Apr 2009
Location: 41.332032,-73.089775
OS: RHEL - OSX
Scripting language: BASH - Learning Ruby
Posts: 602
Thanks: 61
Thanked 80 Times in 72 Posts
Rep Power: 10
jaysunn is a splendid one to behold jaysunn is a splendid one to behold jaysunn is a splendid one to behold jaysunn is a splendid one to behold jaysunn is a splendid one to behold jaysunn is a splendid one to behold jaysunn is a splendid one to behold jaysunn is a splendid one to behold
Default

Great Work,

Man I have to say that you have impressed me. I started to think that what if 9.0.4 did not have Virtual Box in the Repository. I was just about to teach you how to edit the apt-get sources list. when I came across this, I will post it for others:
Code:
sudo apt-get update
wget -q http://download.virtualbox.org/virtualbox/debian/sun_vbox.asc -O- | sudo apt-key add -
sudo apt-get install virtualbox-3.0
Next I was concerned that you were not going to find Virtual Box in the menu. And that would prevent you from launching it.

When I just read your last post.

Quote:
Ok I am in. Thanks. After I put VirtualBox into terminal and I was in
Appreciate it as always.
Put a smile on my face on a Friday afternoon. keep it up.

Jaysunn
__________________
Have a look at what I have been working on
http://www.shellasaurus.com
Reply With Quote
Reply

Tags
apt-get , debian , dpkg , install .deb file , install virtualbox-3.0_3.0.10-54097_ubuntu_jaunty_i386.deb , sudo , ubuntu , virtualbox


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads

Thread Thread Starter Forum Replies Last Post
[Solved] Ubuntu Linux Install Vcdgear Program tonjaa Ubuntu / Debian 6 15-07-2009 07:54 PM
Cannot load GUI in Centos 5.3 linux using virtualbox vaibhav.kanchan CentOS / RHEL / Fedora 2 22-05-2009 03:56 PM
Ubuntu Linux Install cyrus-imapd-utils and cyrus-sasl2 satimis Ubuntu / Debian 2 25-05-2008 07:24 AM
Configure install pureftp server ubuntu linux jerry Linux software 2 12-06-2007 08:55 AM
Ubuntu Linux install software from source code tar ball toor Linux software 4 14-07-2006 04:37 PM


All times are GMT +5.5. The time now is 07:59 PM.


Powered by vBulletin® Version 3.8.5 - Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2
©2005-2010 nixCraft. All rights reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38