Virtualbox 5.2.4 Changelog:
- User interface: Adjusting desktop file for X11 window managers
- User interface: various high resolution display adjustments
- Audio: fixed SB16 volume handling (5.2 regression)
- Audio: various fixes
- USB/OHCI: fixed a problem where OHCI emulation might sporadically drop data transfers
- Linux hosts: fixed screen corruption when the host screen changes and a virtual machine window is maximized
- X11 Guest Additions: fixed a hang at the GNOME Shell login screen with 3D enabled
Installation instructions:
1. Open terminal via Ctrl+Alt+T or from application launcher. Remove old Virtualbox via command:
$ sudo apt-get remove virtualbox virtualbox-5.1 |
2. Add the repository via command:
$ sudo sh -c 'echo "deb http://download.virtualbox.org/virtualbox/debian xenial contrib" >> /etc/apt/sources.list.d/virtualbox.list' |
Replace xenial (for Ubuntu 16.04) with trusty (for 14.04, Mint 17.x, eOS 0.3), zesty (for Ubuntu 17.04) or artful (for Ubuntu 17.10).
3. Download and install the repository key via command:
$ 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 - |
4. Running command update and install:
$ sudo apt-get update $ sudo apt-get install virtualbox-5.2 |
Once installed, open the Virtualbox from Ubuntu Dash.
(Optional) To remove Virtualbox 5.2, use command:
$ sudo apt-get remove virtualbox virtualbox-5.2 |
0 comments:
Post a Comment
Note: only a member of this blog may post a comment.