Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16

Thread: Unable to upgrade VirtualBox

  1. #11
    Join Date
    Apr 2006
    Beans
    3,937

    Re: Unable to upgrade VirtualBox

    Quote Originally Posted by ajgreeny View Post
    - snip -

    I have no idea what that volatility package is or what it has to do with virtualbox. Did it show up when you searched for virtualbox in synaptic?
    It is not even in the repos for focal so I've no idea what it is or what it does, but I do not think you need to install it.
    cat /etc/apt/sources.list | grep deb
    Code:
    deb http://hk.archive.ubuntu.com/ubuntu/ bionic universe
    # deb-src http://hk.archive.ubuntu.com/ubuntu/ bionic universe
    deb http://hk.archive.ubuntu.com/ubuntu/ bionic-updates universe
    # deb-src http://hk.archive.ubuntu.com/ubuntu/ bionic-updates universe
    deb http://hk.archive.ubuntu.com/ubuntu/ bionic multiverse
    # deb-src http://hk.archive.ubuntu.com/ubuntu/ bionic multiverse
    deb http://hk.archive.ubuntu.com/ubuntu/ bionic-updates multiverse
    # deb-src http://hk.archive.ubuntu.com/ubuntu/ bionic-updates multiverse
    deb http://hk.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse
    # deb-src http://hk.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse
    # deb http://archive.canonical.com/ubuntu bionic partner
    # deb-src http://archive.canonical.com/ubuntu bionic partner
    deb http://security.ubuntu.com/ubuntu bionic-security main restricted
    # deb-src http://security.ubuntu.com/ubuntu bionic-security main restricted
    deb http://security.ubuntu.com/ubuntu bionic-security universe
    # deb-src http://security.ubuntu.com/ubuntu bionic-security universe
    deb http://security.ubuntu.com/ubuntu bionic-security multiverse
    #deb http://download.virtualbox.org/virtualbox/debian bionic contrib
    deb [arch=amd64] https://download.virtualbox.org/virtualbox/debian bionic contrib
    deb-src http://download.virtualbox.org/virtualbox/debian bionic contrib
    # deb-src http://security.ubuntu.com/ubuntu bionic-security multiverse
    Start Synaptic
    pls see attached file "screenshot_synaptic_01.png"

    Search virtualbox 6.1
    pls see attached file "screenshot_synaptic_02.png"

    Regards
    Attached Images Attached Images

  2. #12
    Join Date
    Jul 2005
    Location
    I think I'm here! Maybe?
    Beans
    Hidden!
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Unable to upgrade VirtualBox

    I am still uncertain why that volatility package shows up when you search in synaptic for virtualbox, though a search has shown that the volatility package is suggested package of lime-forensics-dkms, so this is all very strange.

    Are you doing the search by Name only or Description and Name?

    A final thought has just come to me.
    As you do seem to have the Oracle repositories showing in your sources.list file but are still having problems I wonder if you ran the two commands to add the security keys for the repos without which you will have problems.

    Try running the following in terminal, making sure you include the final - in each command as shown at the Oracle VBox site at https://www.virtualbox.org/wiki/Linux_Downloads in the Debian based Linux distributions section.
    Code:
    wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add -
    wget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | sudo apt-key add -
    Last edited by ajgreeny; May 23rd, 2020 at 02:37 PM.

  3. #13
    Join Date
    Apr 2006
    Beans
    3,937

    Re: Unable to upgrade VirtualBox

    Quote Originally Posted by ajgreeny View Post
    - snip -
    Are you doing the search by Name only or Description and Name?
    Description and Name

    Tried again. Please refer to following screenshots attached to this posting;
    screenshot_find_01.png
    screenshot_search_result_01.png

    screenshot_find_02.png
    screenshot_search_result_02.png

    - snip -
    Try running the following in terminal, making sure you include the final - in each command as shown at the Oracle VBox site at https://www.virtualbox.org/wiki/Linux_Downloads in the Debian based Linux distributions section.
    Code:
    wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add -
    wget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | sudo apt-key add -
    $ wget -q https://www.virtualbox.org/download/..._vbox_2016.asc -O- | sudo apt-key add -
    [sudo] password for satimis:
    Code:
    OK
    $ wget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | sudo apt-key add -
    Code:
    OK
    Regards
    Attached Images Attached Images

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

    Re: Unable to upgrade VirtualBox

    "OK" is the normal response when the key is added to the keyring.
    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. #15
    Join Date
    Jul 2005
    Location
    I think I'm here! Maybe?
    Beans
    Hidden!
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Unable to upgrade VirtualBox

    So now you should be able to update to VBox-6.1.8

  6. #16
    Join Date
    Apr 2006
    Beans
    3,937

    Re: Unable to upgrade VirtualBox

    Quote Originally Posted by ajgreeny View Post
    So now you should be able to update to VBox-6.1.8
    Yes.

    Sorry for late reply. This is a spare PC, seldomly used. Just upgraded VirtualBox to the latest version

    Code:
    VirtualBox Graphical User Interface
    Version 6.1.10 r138449 (Qt5.9.5)
    Copyright © 2020 Oracle Corporation and/or its affiliates. All rights reserved.
    I'll upgrade VirtualBox to the latest version running on other PCs later.

    Thanks

    Regards

Page 2 of 2 FirstFirst 12

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
  •