|
View:
New views
10 Messages
—
Rating Filter:
Alert me
|
|
|
Installing VB on 9.10I have tried after download both:
sudo apt-get -f install virtualbox-3.0 sudo dpkg -i Downloads/virtualbox-3.0_3.0.10-54097_Ubuntu_karmic_i386.deb allen@allen-desktop:~$ sudo apt-get -f install virtualbox-3.0 Reading package lists... Done Building dependency tree Reading state information... Done Package virtualbox-3.0 is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package virtualbox-3.0 has no installation candidate allen@allen-desktop:~$ sudo dpkg -i Downloads/virtualbox-3.0_3.0.10-54097_Ubuntu_karmic_i386.deb dpkg: error processing Downloads/virtualbox-3.0_3.0.10-54097_Ubuntu_karmic_i386.deb (--install): cannot access archive: No such file or directory Errors were encountered while processing: Downloads/virtualbox-3.0_3.0.10-54097_Ubuntu_karmic_i386.deb allen@allen-desktop:~$ Please advise Allen Meyers texas.chef94@... -- ubuntu-users mailing list ubuntu-users@... Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users |
|
|
Re: Installing VB on 9.10On Mon, Nov 9, 2009 at 1:22 PM, Allen Meyers <texas.chef94@...> wrote:
> I have tried after download both: > sudo apt-get -f install virtualbox-3.0 > sudo dpkg -i Downloads/virtualbox-3.0_3.0.10-54097_Ubuntu_karmic_i386.deb > allen@allen-desktop:~$ sudo apt-get -f install virtualbox-3.0 > Reading package lists... Done > Building dependency tree > Reading state information... Done > Package virtualbox-3.0 is not available, but is referred to by another package. > This may mean that the package is missing, has been obsoleted, or > is only available from another source > E: Package virtualbox-3.0 has no installation candidate > allen@allen-desktop:~$ sudo dpkg -i > Downloads/virtualbox-3.0_3.0.10-54097_Ubuntu_karmic_i386.deb > dpkg: error processing > Downloads/virtualbox-3.0_3.0.10-54097_Ubuntu_karmic_i386.deb > (--install): > cannot access archive: No such file or directory > Errors were encountered while processing: > Downloads/virtualbox-3.0_3.0.10-54097_Ubuntu_karmic_i386.deb > allen@allen-desktop:~$ > Please advise Have you tried doing a 'sudo apt-get update' and then 'sudo apt-get install virtualbox' (without the -3.0) ? That worked for me. >>root@ian-desktop:~# apt-get install virtualbox >>Reading package lists... Done >>Building dependency tree >>Reading state information... Done >>Note, selecting virtualbox-3.0 instead of virtualbox >>virtualbox-3.0 is already the newest version. Regards Ian -- ubuntu-users mailing list ubuntu-users@... Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users |
|
|
|
|
|
|
|
|
|
|
|
Re: Installing VB on 9.10Allen Meyers wrote:
> I have tried after download both: > sudo apt-get -f install virtualbox-3.0 > sudo dpkg -i Downloads/virtualbox-3.0_3.0.10-54097_Ubuntu_karmic_i386.deb > allen@allen-desktop:~$ sudo apt-get -f install virtualbox-3.0 > Reading package lists... Done > Building dependency tree > Reading state information... Done > Package virtualbox-3.0 is not available, but is referred to by another package. > This may mean that the package is missing, has been obsoleted, or > is only available from another source > E: Package virtualbox-3.0 has no installation candidate > allen@allen-desktop:~$ sudo dpkg -i > Downloads/virtualbox-3.0_3.0.10-54097_Ubuntu_karmic_i386.deb > dpkg: error processing > Downloads/virtualbox-3.0_3.0.10-54097_Ubuntu_karmic_i386.deb > (--install): > cannot access archive: No such file or directory > Errors were encountered while processing: > Downloads/virtualbox-3.0_3.0.10-54097_Ubuntu_karmic_i386.deb > allen@allen-desktop:~$ > Please advise > > > Allen Meyers > texas.chef94@... > > want to use the OSE version native to the Repos then: sudo apt-get install virtualbox if on the other hand you want to install the from the repos the sun version then go to this site: http://www.virtualbox.org/wiki/Linux_Downloads and scroll down to get the instruction for setting up your source list and /then/: sudo apt-get install virtualbox-3.0 Hope this helps. -- Fred www.fwrgallery.com "Life is like linux, simple. If you are fighting it you are doing something wrong." -- ubuntu-users mailing list ubuntu-users@... Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users |
|
|
Re: Installing VB on 9.10Allen Meyers wrote:
> I have tried after download both: > sudo apt-get -f install virtualbox-3.0 > sudo dpkg -i Downloads/virtualbox-3.0_3.0.10-54097_Ubuntu_karmic_i386.deb > allen@allen-desktop:~$ sudo apt-get -f install virtualbox-3.0 > Reading package lists... Done > Building dependency tree > Reading state information... Done > Package virtualbox-3.0 is not available, but is referred to by another > package. This may mean that the package is missing, has been obsoleted, or > is only available from another source > E: Package virtualbox-3.0 has no installation candidate This should be true. The virtualbox on Ubuntu is virtualbox-ose. The full virtualbox is only available from Sun. Add this file: $ cat /etc/apt/sources.list.d/virtualbox.list deb http://download.virtualbox.org/virtualbox/debian karmic non-free and rerun "apt-get update" (you should also get the PGP key as instructed on Sun's download page). -- derek -- ubuntu-users mailing list ubuntu-users@... Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users |
|
|
Re: Installing VB on 9.10hi,
Am Montag, den 09.11.2009, 08:22 -0500 schrieb Fred Roller: > Sounds like you are trying to install the VB from Sun directly. If you > want to use the OSE version native to the Repos then: > > sudo apt-get install virtualbox not really, the package is called: virtualbox-ose ciao oli -- ubuntu-users mailing list ubuntu-users@... Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users |
|
|
Re: Installing VB on 9.10On 11/09/2009 06:12 AM, Derek Broughton wrote:
> Allen Meyers wrote: > >> I have tried after download both: >> sudo apt-get -f install virtualbox-3.0 >> sudo dpkg -i Downloads/virtualbox-3.0_3.0.10-54097_Ubuntu_karmic_i386.deb >> allen@allen-desktop:~$ sudo apt-get -f install virtualbox-3.0 >> Reading package lists... Done >> Building dependency tree >> Reading state information... Done >> Package virtualbox-3.0 is not available, but is referred to by another >> package. This may mean that the package is missing, has been obsoleted, or >> is only available from another source >> E: Package virtualbox-3.0 has no installation candidate > > This should be true. The virtualbox on Ubuntu is virtualbox-ose. The full > virtualbox is only available from Sun. Add this file: > > $ cat /etc/apt/sources.list.d/virtualbox.list > deb http://download.virtualbox.org/virtualbox/debian karmic non-free > > and rerun "apt-get update" (you should also get the PGP key as instructed on > Sun's download page). Zkey, zkey! Don't forget z key! :-) http://www.virtualbox.org/wiki/Linux_Downloads The Sun public key for apt-secure can be downloaded here. You can add this key with sudo apt-key add sun_vbox.asc or combine downloading and registering: wget -q http://download.virtualbox.org/virtualbox/debian/sun_vbox.asc -O- | sudo apt-key add - -- ubuntu-users mailing list ubuntu-users@... Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users |
|
|
Re: Installing VB on 9.10NoOp wrote:
> On 11/09/2009 06:12 AM, Derek Broughton wrote: >> >> and rerun "apt-get update" (you should also get the PGP key as instructed >> on Sun's download page). > > Zkey, zkey! Don't forget z key! :-) > > http://www.virtualbox.org/wiki/Linux_Downloads > > The Sun public key for apt-secure can be downloaded here. You can add > this key with > > sudo apt-key add sun_vbox.asc > > or combine downloading and registering: > > wget -q http://download.virtualbox.org/virtualbox/debian/sun_vbox.asc > -O- | sudo apt-key add - Thanks for that. I left it as an exercise for the reader - meaning, I didn't recall exactly, and couldn't remember _which_ page to find it on :-) -- derek -- ubuntu-users mailing list ubuntu-users@... Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users |
| Free embeddable forum powered by Nabble | Forum Help |