Virtualbox 5.2.18 Changelog:
- VMM: See user manual.
- VMM: fix loading with recent binutils and self-built versions of VirtualBox
- NAT: fix --nataliasmode sameports which is a valid setting
- VRDP: fixed VM process termination on RDP client disconnect if 3D is enabled for the virtual machine
1. Open terminal via Ctrl+Alt+T or from application launcher. Remove old Virtualbox via command:
$ sudo apt-get remove --autoremove virtualbox virtualbox-5.1 |
2. Add the repository via command:
$ sudo sh -c 'echo "deb http://download.virtualbox.org/virtualbox/debian $(lsb_release -sc) contrib" >> /etc/apt/sources.list.d/virtualbox.list' |
For Linux Mint, replace $(lsb_release -sc) in the code with the Ubuntu codename that your system depends on.
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 --autoremove virtualbox virtualbox-5.2 |
0 comments:
Post a Comment
Note: only a member of this blog may post a comment.