[Solved] fresh install of Ubuntu 8.04 and need VirtualBox
Posted: 26. Aug 2008, 03:58
i researched and found this page that helps with support from ubuntu.
https://help.ubuntu.com/community/Virtu ... %208.04%20(Hardy
i did what it said:
Installing VirtualBox OSE on Hardy is even easier. From a terminal session run the following commands to install Virtualbox OSE.
sudo apt-get install virtualbox-ose virtualbox-ose-source virtualbox-ose-modules-generic
Add yourself to the vboxusers group. You can add more usernames after "whoami" if you wish.
sudo gpasswd -a `whoami` vboxusers
or
sudo usermod -Gvboxusers -a `whoami`
or
sudo adduser $USER vboxusers
You will now have to log out of your desktop session and log back in order to update your group membership. Congratulations, you can now skip down to "Using Virtual Box" (which might be out of date?)
when i ran the first command, i got this error message in my terminal.
eldin@dual-core:~$ sudo apt-get install virtualbox-ose virtualbox-ose-source virtualbox-ose-modules-generic
[sudo] password for eldin:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
virtualbox-ose-modules-generic: Depends: virtualbox-ose-modules-2.6.24-20-generic but it is not going to be installed
E: Broken packages
eldin@dual-core:~$
should i have downloaded something first before running this command?
https://help.ubuntu.com/community/Virtu ... %208.04%20(Hardy
i did what it said:
Installing VirtualBox OSE on Hardy is even easier. From a terminal session run the following commands to install Virtualbox OSE.
sudo apt-get install virtualbox-ose virtualbox-ose-source virtualbox-ose-modules-generic
Add yourself to the vboxusers group. You can add more usernames after "whoami" if you wish.
sudo gpasswd -a `whoami` vboxusers
or
sudo usermod -Gvboxusers -a `whoami`
or
sudo adduser $USER vboxusers
You will now have to log out of your desktop session and log back in order to update your group membership. Congratulations, you can now skip down to "Using Virtual Box" (which might be out of date?)
when i ran the first command, i got this error message in my terminal.
eldin@dual-core:~$ sudo apt-get install virtualbox-ose virtualbox-ose-source virtualbox-ose-modules-generic
[sudo] password for eldin:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
virtualbox-ose-modules-generic: Depends: virtualbox-ose-modules-2.6.24-20-generic but it is not going to be installed
E: Broken packages
eldin@dual-core:~$
should i have downloaded something first before running this command?