I am trying to avoid OSE and am trying really hard to install the PUEL version so I can use my USB. I get these crazy messages when I attempt to install:
---------------------------------------------------------------------------------------------------
sd@pixubuntu:~$ sudo apt-get install virtualbox-3.1
Reading package lists... Done
Building dependency tree
Reading state information... Done
virtualbox-3.1 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 85 not upgraded.
sd@pixubuntu:~$ virtualbox
The program 'virtualbox' is currently not installed. You can install it by typing:
sudo apt-get install virtualbox-ose
bash: virtualbox: command not found
-------------------------------------------------------------------------------------------------------------
So how do I run my virtual box if it is "already installed"?
Here are the beautiful steps that I performed to get here:
----------------------------------------------------------------------------------
1. uninstalled virtualbox: >sudo apt-get remove --purge virtualbox
2. downloaded the vbox key from http://download.virtualbox.org/virtualb ... n_vbox.asc. saved it
3. added the line : deb http://download.virtualbox.org/virtualbox/debian jaunty non-free
to /etc/apt/sources.list
4. added the key with sudo apt-key add sun_vbox.asc > it said OK
5. i installed the package using GDebi Package Installer > installation finished!
6. I typed > sudo apt-get install virtualbox-3.1
to install.
How do I run PUEL now? please help!
installation problems with PUEL
-
dissectcode
- Posts: 12
- Joined: 29. Nov 2009, 08:05
- Primary OS: Ubuntu 8.10
- VBox Version: OSE Debian
- Guest OSses: windows xp
-
uli100
- Posts: 59
- Joined: 29. Oct 2009, 18:34
- Primary OS: Ubuntu other
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Various Linux Distros
- Location: Stuttgart, Germany
Re: installation problems with PUEL
You'll probably succeed by executing "sudo apt-get purge virtualbox-3.1" instead of "sudo apt-get purge virtualbox".
Best regards, Uli
Best regards, Uli
-
Sasquatch
- Volunteer
- Posts: 17798
- Joined: 17. Mar 2008, 13:41
- Primary OS: Debian other
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Windows XP, Windows 7, Linux
- Location: /dev/random
Re: installation problems with PUEL
The program virtualbox is the OSE version, VirtualBox is the PUEL command. Note the difference in cases, Linux is case sensitive.
Read the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org
Retired from this Forum since OSSO introduction.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org
Retired from this Forum since OSSO introduction.
-
abcuser
- Volunteer
- Posts: 595
- Joined: 10. May 2007, 20:03
- Primary OS: Ubuntu other
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Ubuntu, Windows XP
Re: installation problems with PUEL
dissectcode,
uninstall virtualbox:
sudo apt-get purge virtualbox-3.0 (if installed from repository - change numbers if older versions are installed)
sudo dpkg -P virtualbox-3.0 (if installed from deb package)
Step 5 is the only command to execute, or you can do the command way:
dpkg -i virtualbox-3.1xxx (instead of xxx write full file name).
Then execute VirtualBox command from terminal.
uninstall virtualbox:
sudo apt-get purge virtualbox-3.0 (if installed from repository - change numbers if older versions are installed)
sudo dpkg -P virtualbox-3.0 (if installed from deb package)
Step 6 is not correct! Step 6 is for installing package from repository where there is OSE version only. There is no 3.1 OSE available in default repository! So this should not be working.dissectcode wrote: 5. i installed the package using GDebi Package Installer > installation finished!
6. I typed > sudo apt-get install virtualbox-3.1
to install.
Step 5 is the only command to execute, or you can do the command way:
dpkg -i virtualbox-3.1xxx (instead of xxx write full file name).
Then execute VirtualBox command from terminal.
-
Sasquatch
- Volunteer
- Posts: 17798
- Joined: 17. Mar 2008, 13:41
- Primary OS: Debian other
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Windows XP, Windows 7, Linux
- Location: /dev/random
Re: installation problems with PUEL
He is using the PUEL repo:abcuser wrote:Step 6 is not correct! Step 6 is for installing package from repository where there is OSE version only. There is no 3.1 OSE available in default repository! So this should not be working.
But, step 6 is not needed if step 5 is performed.dissectcode wrote:3. added the line : deb http://download.virtualbox.org/virtualbox/debian jaunty non-free to /etc/apt/sources.list
4. added the key with sudo apt-key add sun_vbox.asc > it said OK
5. i installed the package using GDebi Package Installer > installation finished!
6. I typed > sudo apt-get install virtualbox-3.1
Read the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org
Retired from this Forum since OSSO introduction.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org
Retired from this Forum since OSSO introduction.
-
dissectcode
- Posts: 12
- Joined: 29. Nov 2009, 08:05
- Primary OS: Ubuntu 8.10
- VBox Version: OSE Debian
- Guest OSses: windows xp
Re: installation problems with PUEL
Oh my god. It all works. After all this work and all the help from everyone here, it works! The best part is I didn't have to resort to going back to Windows. thanks...