{"id":7068,"date":"2019-01-01T21:53:23","date_gmt":"2019-01-01T21:53:23","guid":{"rendered":"https:\/\/www.appservgrid.com\/paw92\/?p=7068"},"modified":"2019-01-08T10:49:45","modified_gmt":"2019-01-08T10:49:45","slug":"install-virtualbox-6-0-on-debian-linux-hint","status":"publish","type":"post","link":"https:\/\/www.appservgrid.com\/paw92\/index.php\/2019\/01\/01\/install-virtualbox-6-0-on-debian-linux-hint\/","title":{"rendered":"Install VirtualBox 6.0 on Debian \u2013 Linux Hint"},"content":{"rendered":"<p>VirtualBox is a free virtualization solution from Oracle. Recently, VirtualBox 6.0 was released, which is a major update over VirtualBox 5.2. In this article, I will show you how to install VirtualBox 6.0 on Debian. I will be using Debian 9 Stretch for the demonstration. But the procedures shown here should work on Debian 8, and Debian 10 as well. So, let\u2019s get started.<\/p>\n<p>Before you read any further, please enable VT-x\/VT-d\/AMD-v from the BIOS of your computer. VT-x\/VT-d for Intel processors and AMD-v is for AMD processors. You should be able to find one of these in the BIOS depending on the processor you\u2019re using. Without hardware virtualization enabled, the performance of your virtual machines will be really bad. It is obviously not what you want.<\/p>\n<h2>Downloading VirtualBox 6.0:<\/h2>\n<p>VirtualBox 6.0 is not available in the official package repository of Debian 8, Debian 9 or Debian 10. But, you can easily download and install it from the official website of VirtualBox.<\/p>\n<p>First, visit the official website of VirtualBox at <a href=\"https:\/\/www.virtualbox.org\/wiki\/Linux_Downloads\">https:\/\/www.virtualbox.org\/wiki\/Linux_Downloads<\/a><\/p>\n<p>Now, click on either Debian 8, Debian 9, or Debian 10 link depending on the version of Debian you\u2019re using.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/linuxhint.com\/wp-content\/uploads\/2019\/01\/1.jpg\" alt=\"\" width=\"1000\" height=\"565\" \/><\/p>\n<p>Your browser should prompt you to download the DEB package file. Select Save File and click on OK.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/linuxhint.com\/wp-content\/uploads\/2019\/01\/2.jpg\" alt=\"\" width=\"1000\" height=\"565\" \/><\/p>\n<p>Your download should start. It may take a while to complete.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/linuxhint.com\/wp-content\/uploads\/2019\/01\/3.jpg\" alt=\"\" width=\"1000\" height=\"565\" \/><\/p>\n<h3>Installing Required Build Tools for Compiling VirtualBox 6.0 Kernel Modules:<\/h3>\n<p>In order to successfully compile the VirtualBox 6.0 kernel module, you have to have the required build tools installed on your Debian machine. Otherwise, VirtualBox 6.0 may not work correctly.<\/p>\n<p>First, update the APT package repository cache with the following command:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/linuxhint.com\/wp-content\/uploads\/2019\/01\/4-4.png\" alt=\"\" width=\"989\" height=\"232\" \/><\/p>\n<p>Now, install all the required build tools with the following command:<\/p>\n<p>$ sudo apt install build-essential linux-headers-$(uname -r)<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/linuxhint.com\/wp-content\/uploads\/2019\/01\/5-4.png\" alt=\"\" width=\"970\" height=\"90\" \/><\/p>\n<p>Now, press y and then press &lt;Enter&gt; to continue.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/linuxhint.com\/wp-content\/uploads\/2019\/01\/6-4.png\" alt=\"\" width=\"1079\" height=\"401\" \/><\/p>\n<p>All the required packages should be downloaded and installed.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/linuxhint.com\/wp-content\/uploads\/2019\/01\/7-4.png\" alt=\"\" width=\"974\" height=\"408\" \/><\/p>\n<p>All the required build tools are installed at this point.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/linuxhint.com\/wp-content\/uploads\/2019\/01\/8-5.png\" alt=\"\" width=\"976\" height=\"402\" \/><\/p>\n<h3>Installing VirtualBox 6.0:<\/h3>\n<p>Now that VirtualBox 6.0 DEB package is downloaded and the system is ready to compile the VirtualBox kernel modules, we can install VirtualBox 6.0 on our Debian machine very easily.<\/p>\n<p>First, navigate to the directory where you downloaded the VirtualBox 6.0 DEB file with the following command:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/linuxhint.com\/wp-content\/uploads\/2019\/01\/9-4.png\" alt=\"\" width=\"989\" height=\"110\" \/><\/p>\n<p>As you can see, the VirtualBox DEB package file is here.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/linuxhint.com\/wp-content\/uploads\/2019\/01\/10-3.png\" alt=\"\" width=\"1086\" height=\"149\" \/><\/p>\n<p>Now, install VirtualBox 6.0 with the following command:<\/p>\n<p>$ sudo dpkg -i virtualbox-6.0_6.0.0-127566~Debian~stretch_amd64.deb<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/linuxhint.com\/wp-content\/uploads\/2019\/01\/11-3.png\" alt=\"\" width=\"1065\" height=\"81\" \/><\/p>\n<p>You may see the following errors.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/linuxhint.com\/wp-content\/uploads\/2019\/01\/12-3.png\" alt=\"\" width=\"1092\" height=\"406\" \/><\/p>\n<p>To fix that and install VirtualBox 6.0, just run the following command:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/linuxhint.com\/wp-content\/uploads\/2019\/01\/13-3.png\" alt=\"\" width=\"1071\" height=\"91\" \/><\/p>\n<p>Now, press y and then press &lt;Enter&gt;.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/linuxhint.com\/wp-content\/uploads\/2019\/01\/14-3.png\" alt=\"\" width=\"1080\" height=\"324\" \/><\/p>\n<p>VirtualBox 6.0 should be installed.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/linuxhint.com\/wp-content\/uploads\/2019\/01\/15-3.png\" alt=\"\" width=\"1085\" height=\"353\" \/><\/p>\n<h3>Starting VirtualBox 6.0:<\/h3>\n<p>Now that VirtualBox 6.0 is installed, you can run it from the Application Menu of your desired desktop environment.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/linuxhint.com\/wp-content\/uploads\/2019\/01\/16-1.png\" alt=\"\" width=\"1140\" height=\"257\" \/><\/p>\n<p>VirtualBox 6.0 has started. This is the dashboard of VirtualBox 6.0. From here you can create and manage virtual machines. You can also configure VirtualBox 6.0.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/linuxhint.com\/wp-content\/uploads\/2019\/01\/17-2.png\" alt=\"\" width=\"1140\" height=\"376\" \/><\/p>\n<h3>Downloading VirtualBox Extension Pack:<\/h3>\n<p>VirtualBox Extension Pack adds features such as USB 2.0 and USB 3.0 support, RDP, disk encryption etc on top of VirtualBox. I highly recommend you download and install it for a smooth VirtualBox 6.0 experience.<\/p>\n<p>To download VirtualBox Extension Pack, go to the official website of VirtualBox at <a href=\"https:\/\/www.virtualbox.org\/wiki\/Downloads\">https:\/\/www.virtualbox.org\/wiki\/Downloads<\/a> and navigate to the VirtualBox 6.0.0 Oracle VM VirtualBox Extension Pack section. Now, click on All supported platforms as marked in the screenshot below.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/linuxhint.com\/wp-content\/uploads\/2019\/01\/18-2.png\" alt=\"\" width=\"1140\" height=\"644\" \/><\/p>\n<p>Your browser should prompt you to download the file. Just select Save File and click on OK.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/linuxhint.com\/wp-content\/uploads\/2019\/01\/19-2.png\" alt=\"\" width=\"1140\" height=\"644\" \/><\/p>\n<p>Your browser should start downloading the file. It may take a while to complete.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/linuxhint.com\/wp-content\/uploads\/2019\/01\/20-2.png\" alt=\"\" width=\"1360\" height=\"768\" \/><\/p>\n<h3>Installing VirtualBox Extension Pack on VirtualBox 6.0:<\/h3>\n<p>Now, to install VirtualBox Extension Pack on VirtualBox 6.0, start VirtualBox 6.0 and go to File &gt; Preferences\u2026<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/linuxhint.com\/wp-content\/uploads\/2019\/01\/21-2.png\" alt=\"\" width=\"1360\" height=\"426\" \/><\/p>\n<p>Now, from the Extensions tab, click on Add icon as marked in the screenshot below.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/linuxhint.com\/wp-content\/uploads\/2019\/01\/22-1.png\" alt=\"\" width=\"1140\" height=\"371\" \/><\/p>\n<p>A file picker should be opened. Now, select the VirtualBox Extension Pack file that you just downloaded and click on Open.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/linuxhint.com\/wp-content\/uploads\/2019\/01\/23.png\" alt=\"\" width=\"1140\" height=\"401\" \/><\/p>\n<p>Now, click on Install.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/linuxhint.com\/wp-content\/uploads\/2019\/01\/24-1.png\" alt=\"\" width=\"1360\" height=\"457\" \/><\/p>\n<p>Now, you have to accept the VirtualBox License Agreement. To do that, just scroll down to the end and click on I Agree.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/linuxhint.com\/wp-content\/uploads\/2019\/01\/25.png\" alt=\"\" width=\"1140\" height=\"414\" \/><\/p>\n<p>Now, type in your root password and click on OK.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/linuxhint.com\/wp-content\/uploads\/2019\/01\/26.png\" alt=\"\" width=\"1140\" height=\"412\" \/><\/p>\n<p>VirtualBox Extension Pack should be installed. Now, click on OK.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/linuxhint.com\/wp-content\/uploads\/2019\/01\/27.png\" alt=\"\" width=\"1140\" height=\"372\" \/><\/p>\n<p>Click on OK.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/linuxhint.com\/wp-content\/uploads\/2019\/01\/28.png\" alt=\"\" width=\"1140\" height=\"376\" \/><\/p>\n<p>Now, you\u2019re ready to use VirtualBox 6.0.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/linuxhint.com\/wp-content\/uploads\/2019\/01\/29.png\" alt=\"\" width=\"1140\" height=\"374\" \/><\/p>\n<p>So, that\u2019s how you install VirtualBox 6.0 on Debian. Thanks for reading this article.<\/p>\n<p><a href=\"https:\/\/linuxhint.com\/install_virtualbox_6_debian\/\" target=\"_blank\" rel=\"noopener\">Source<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>VirtualBox is a free virtualization solution from Oracle. Recently, VirtualBox 6.0 was released, which is a major update over VirtualBox 5.2. In this article, I will show you how to install VirtualBox 6.0 on Debian. I will be using Debian 9 Stretch for the demonstration. But the procedures shown here should work on Debian 8, &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/www.appservgrid.com\/paw92\/index.php\/2019\/01\/01\/install-virtualbox-6-0-on-debian-linux-hint\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;Install VirtualBox 6.0 on Debian \u2013 Linux Hint&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-7068","post","type-post","status-publish","format-standard","hentry","category-linux"],"_links":{"self":[{"href":"https:\/\/www.appservgrid.com\/paw92\/index.php\/wp-json\/wp\/v2\/posts\/7068","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.appservgrid.com\/paw92\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.appservgrid.com\/paw92\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.appservgrid.com\/paw92\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.appservgrid.com\/paw92\/index.php\/wp-json\/wp\/v2\/comments?post=7068"}],"version-history":[{"count":1,"href":"https:\/\/www.appservgrid.com\/paw92\/index.php\/wp-json\/wp\/v2\/posts\/7068\/revisions"}],"predecessor-version":[{"id":7409,"href":"https:\/\/www.appservgrid.com\/paw92\/index.php\/wp-json\/wp\/v2\/posts\/7068\/revisions\/7409"}],"wp:attachment":[{"href":"https:\/\/www.appservgrid.com\/paw92\/index.php\/wp-json\/wp\/v2\/media?parent=7068"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.appservgrid.com\/paw92\/index.php\/wp-json\/wp\/v2\/categories?post=7068"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.appservgrid.com\/paw92\/index.php\/wp-json\/wp\/v2\/tags?post=7068"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}