I installed VirtualBox 5.1 using as follows:
When I run apt-get update, it returns this:
This causes Software Updater to stall and return:
Failed to download repository information
Check your Internet connection
About 10 seconds later, Software Updater returns:
Your software is up to date
So, I go into Software Updater and uncheck the VirtualBox respository, and I no longer get the failed to download message. But that also means that I won't be getting updates for VirtualBox, I presume. Is this normal behavior? What does everyone else do?
Code:
sudo apt-get update && sudo apt-get dist-upgrade && sudo apt-get autoremove
wget -q http://download.virtualbox.org/virtu...racle_vbox.asc -O- | sudo apt-key add -
sudo sh -c 'echo "deb http://download.virtualbox.org/virtualbox/debian $(lsb_release -sc) contrib" >> /etc/apt/sources.list'
sudo apt-get update
sudo apt-get install virtualbox-5.1
Code:
W: GPG error: http://download.virtualbox.org/virtualbox/debian zesty InRelease: The following signatures couldn't be verified because the public key is not available:
NO_PUBKEY A2F683C52980AECF
W: The repository 'http://download.virtualbox.org/virtualbox/debian zesty InRelease' is not signed.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
Failed to download repository information
Check your Internet connection
About 10 seconds later, Software Updater returns:
Your software is up to date
So, I go into Software Updater and uncheck the VirtualBox respository, and I no longer get the failed to download message. But that also means that I won't be getting updates for VirtualBox, I presume. Is this normal behavior? What does everyone else do?