Hi,
i have just updated my laptop to Ubuntu 20.04 LTS latest version and then changed the virtualbox repository to inserrt the new correct codename.
So now i have this in /etc/apt/sources.list.d/virtualbox.list:
But when i run the apt-get update command i got this error:
Why? I can't install the VirtualBox repository in UBuntu 20.04....
Thank a lot in advance
Christian
Repository for Ubuntu 20.04 not present...
-
scottgus1
- Site Moderator
- Posts: 20945
- Joined: 30. Dec 2009, 20:14
- Primary OS: MS Windows 10
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Windows, Linux
Re: Repository for Ubuntu 20.04 not present...
That repository is probably not available yet. Go to https://www.virtualbox.org/wiki/Linux_Downloads, and when you see an Ubuntu 20.04 link, then the repository command should work. We on these user forums do not know when the 20.04 link will appear, though.
Re: Repository for Ubuntu 20.04 not present...
Hi,scottgus1 wrote:That repository is probably not available yet. Go to https://www.virtualbox.org/wiki/Linux_Downloads, and when you see an Ubuntu 20.04 link, then the repository command should work. We on these user forums do not know when the 20.04 link will appear, though.
thanks!
Meanwhile, can i use the Ubuntu 19.10 repository instead on the 20.04?
I think it should work maybe...
Christian
-
scottgus1
- Site Moderator
- Posts: 20945
- Joined: 30. Dec 2009, 20:14
- Primary OS: MS Windows 10
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Windows, Linux
Re: Repository for Ubuntu 20.04 not present...
I would not be able to tell. You could try. Make a backup just in case.
Re: Repository for Ubuntu 20.04 not present...
**Update**ducarpit wrote:Meanwhile, can i use the Ubuntu 19.10 repository instead on the 20.04?
I think it should work maybe...
You can use the link https://download.virtualbox.org/virtual ... _amd64.run All distributions (built on EL6 and therefore not requiring recent system libraries) and run the installer from shell
Code: Select all
sudo ./VirtualBox-6.1.6-137129-Linux_amd64.run
[sudo] Passwort für work:
Verifying archive integrity... All good.
Uncompressing VirtualBox for Linux installation.............
VirtualBox Version 6.1.6 r137129 (2020-04-09T18:55:07Z) installer
Installing VirtualBox to /opt/VirtualBox
Python found: python, installing bindings...
VirtualBox has been installed successfully.
You will find useful information about using VirtualBox in the user manual
/opt/VirtualBox/UserManual.pdf
and in the user FAQ
http://www.virtualbox.org/wiki/User_FAQ
We hope that you enjoy using VirtualBox.** End Update **
On Ubuntu 20.04LTS (Mate flavor), tried to use the 19.10 eoan version (.deb), to no avial.
Code: Select all
work@work-MainPC:~/Downloads$ cat /proc/version
Ubuntu 20.04 LTS (Focal) Linux version 5.4.0-29-generic (buildd@lgw01-amd64-035) (gcc version 9.3.0 (Ubuntu 9.3.0-10ubuntu2)) #33-Ubuntu SMP Wed Apr 29 14:32:27 UTC 2020Code: Select all
work@work-MainPC:~/Downloads$ gdebi virtualbox-6.1_6.1.6-137129~Ubuntu~eoan_amd64.deb
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading state information... Done
Dieses Paket kann nicht installiert werden
(German translation: This package can't be installed)
Dependency is not satisfiable: python (< 2.8)Code: Select all
work@work-MainPC:~/Downloads$ python -V
Python 2.7.18rc1Upgraded today from 19.10 to 20.04LTS without thinking, and the software upgrade removed virtualbox 6.1.6 completely, now I without any runnable VM.
Re: Repository for Ubuntu 20.04 not present...
Focal repos are now up and running so try again and you should be fine.