Page 1 of 2 12 LastLast
Results 1 to 10 of 17

Thread: Virtual Box 6 Installation Failure on Ubuntu 18.10

  1. #1
    Join Date
    Apr 2019
    Beans
    8

    Virtual Box 6 Installation Failure on Ubuntu 18.10

    Code:
    virtualbox-6.0 : Depends: libqt5opengl5 (>= 5.0.2) but it is not installable
                      Recommends: libsdl-ttf2.0-0 but it is not installable
    i cannot locate and install packages libqt5opengl5 and libsdl-ttf2.0-0
    in order to have virtualbox-6.0 working
    Last edited by slickymaster; September 3rd, 2019 at 10:25 AM. Reason: code tags

  2. #2
    Join Date
    Nov 2008
    Location
    Boston MetroWest
    Beans
    16,326

    Re: Virtual Box 6 Installation Failure on Ubuntu 18.10

    I suggest using Oracle's repository for VB. Follow the instructions for "Debian-based" distributions at https://www.virtualbox.org/wiki/Linux_Downloads
    If you ask for help, do not abandon your request. Please have the courtesy to check for responses and thank the people who helped you.

    Blog · Linode System Administration Guides · Android Apps for Ubuntu Users

  3. #3
    Join Date
    Apr 2019
    Beans
    8

    Re: Virtual Box 6 Installation Failure on Ubuntu 18.10

    i have already added it !

    so we are missing 1 or 2 packages which need to be installed

  4. #4
    Join Date
    Nov 2008
    Location
    Boston MetroWest
    Beans
    16,326

    Re: Virtual Box 6 Installation Failure on Ubuntu 18.10

    I just installed VB from the Oracle repository. It brought in libsdl-ttf as well. I also have /usr/share/lintian/overrides/libqt5opengl5.

    Now, I'm running Kubuntu which is built on the Qt platform, so I don't know if that library comes with vanilla Ubuntu.

    For the record, I'm using 19.04, with the VirtualBox package for bionic (18.04). My apt entry reads:

    Code:
    deb [arch=amd64] https://download.virtualbox.org/virtualbox/debian bionic contrib
    If you ask for help, do not abandon your request. Please have the courtesy to check for responses and thank the people who helped you.

    Blog · Linode System Administration Guides · Android Apps for Ubuntu Users

  5. #5
    Join Date
    Apr 2019
    Beans
    8

    Re: Virtual Box 6 Installation Failure on Ubuntu 18.10

    I updated
    Code:
    /etc/apt/sources.list
    and tried to reinstall

    still stuck on these packages
    Last edited by slickymaster; September 3rd, 2019 at 10:25 AM. Reason: code tags

  6. #6
    Join Date
    Dec 2017
    Location
    RockyMts
    Beans
    1,167

    Re: Virtual Box 6 Installation Failure on Ubuntu 18.10

    Quote Originally Posted by planetrocker View Post
    still stuck on these packages
    Hello
    I do not have this problem either, but I run 18.04

    Is it available? In terminal:
    Code:
    apt-cache libqt5opengl5
    Also try:
    Code:
    sudo apt install libqt5opengl5
    That may give details as to why it will not install.
    Last edited by cruzer001; April 8th, 2019 at 06:21 PM. Reason: oops

  7. #7
    Join Date
    Apr 2019
    Beans
    8

    Re: Virtual Box 6 Installation Failure on Ubuntu 18.10

    i get the message

    Code:
    Package libqt5opengl5 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
    Last edited by slickymaster; September 3rd, 2019 at 10:26 AM. Reason: code tags

  8. #8
    Join Date
    Dec 2017
    Location
    RockyMts
    Beans
    1,167

    Re: Virtual Box 6 Installation Failure on Ubuntu 18.10

    Code:
    sudo apt update libqt5opengl5
    If it will not update please post your sources
    Code:
    cat /etc/apt/sources.list && ls /etc/apt/sources.list.d/*.list

  9. #9
    Join Date
    Dec 2017
    Location
    RockyMts
    Beans
    1,167

    Re: Virtual Box 6 Installation Failure on Ubuntu 18.10


  10. #10
    Join Date
    Apr 2019
    Beans
    8

    Re: Virtual Box 6 Installation Failure on Ubuntu 18.10

    Code:
    # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
    # newer versions of the distribution.
    # deb http://ftp.ntua.gr/ubuntu/ bionic main restricted multiverse
    
    
    ## Major bug fix updates produced after the final release of the
    ## distribution.
    
    
    ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    ## team. Also, please note that software in universe WILL NOT receive any
    ## review or updates from the Ubuntu security team.
    # deb http://ftp.ntua.gr/ubuntu/ bionic universe
    
    
    ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
    ## team, and may not be under a free licence. Please satisfy yourself as to 
    ## your rights to use the software. Also, please note that software in 
    ## multiverse WILL NOT receive any review or updates from the Ubuntu
    ## security team.
    
    
    ## N.B. software from this repository may not have been tested as
    ## extensively as that contained in the main release, although it includes
    ## newer versions of some applications which may provide useful features.
    ## Also, please note that software in backports WILL NOT receive any review
    ## or updates from the Ubuntu security team.
    
    
    # deb http://ftp.ntua.gr/ubuntu/ bionic-security main restricted multiverse
    # deb http://ftp.ntua.gr/ubuntu/ bionic-security universe
    
    
    ## Uncomment the following two lines to add software from Canonical's
    ## 'partner' repository.
    ## This software is not part of Ubuntu, but is offered by Canonical and the
    ## respective vendors as a service to Ubuntu users.
    # deb http://archive.canonical.com/ubuntu wily partner
    # deb-src http://archive.canonical.com/ubuntu wily partner
    deb http://archive.ubuntu.com/ubuntu cosmic multiverse
    
    #deb https://download.virtualbox.org/virtualbox/debian cosmic contrib
    i tried with this distribution too
    
    deb [arch=amd64] https://download.virtualbox.org/virtualbox/debian bionic contrib
    Last edited by slickymaster; September 3rd, 2019 at 10:26 AM. Reason: code tags

Page 1 of 2 12 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •