Virtualbox 5.1.20 Changelog:
- GUI: don't check if the Extension Pack is up-to-date if the user is about to install a new Extension Pack
- GUI: fixed a possible crash when switching a multi-monitor VM into full-screen or seamless mode
- GUI: fixed non-literal shortcuts if the keyboard is not captured (5.1.10 regression; Windows hosts only)
- GUI: several mini-toolbar fixes in full-screen / seamless mode (X11 hosts only)
- GUI: don't crash on restoring defaults in the appliance import dialog
- Windows Additions: another fix for automatic logins for Windows Vista and newer
- ICH9: fix for Windows guests with a huge amount (>64G) of guest memory
- BIOS: fixed El Torito hard disk emulation geometry calculation
Open terminal and insert command line...
Install on Ubuntu 17.04 Yakkety
$ sudo sh -c 'echo "deb http://download.virtualbox.org/virtualbox/debian zesty contrib" >> /etc/apt/sources.list.d/virtualbox.list' $ wget -q -O - http://download.virtualbox.org/virtualbox/debian/oracle_vbox_2016.asc | sudo apt-key add - $ sudo apt-get update $ sudo apt-get install virtualbox-5.1 |
Install on Ubuntu 16.10 Yakkety
$ sudo sh -c 'echo "deb http://download.virtualbox.org/virtualbox/debian yakkety contrib" >> /etc/apt/sources.list.d/virtualbox.list' $ wget -q -O - http://download.virtualbox.org/virtualbox/debian/oracle_vbox_2016.asc | sudo apt-key add - $ sudo apt-get update $ sudo apt-get install virtualbox-5.1 |
Install on Ubuntu 16.04 Xenial
$ sudo sh -c 'echo "deb http://download.virtualbox.org/virtualbox/debian xenial contrib" >> /etc/apt/sources.list.d/virtualbox.list' $ wget -q -O - http://download.virtualbox.org/virtualbox/debian/oracle_vbox_2016.asc | sudo apt-key add - $ sudo apt-get update $ sudo apt-get install virtualbox-5.1 |
0 comments:
Post a Comment
Note: only a member of this blog may post a comment.