Need to install virtualbox 4 on Ubuntu 16.04 did not find the answer
Closed due to the fact that the essence of the question is not clear to the participants Mirdin , αλεχολυτ , Streletz , aleksandr barakin , Nicolas Chabanovsky ♦ 24 Sep '16 at 9:27 .
Try to write more detailed questions. To get an answer, explain what exactly you see the problem, how to reproduce it, what you want to get as a result, etc. Give an example that clearly demonstrates the problem. If the question can be reformulated according to the rules set out in the certificate , edit it .
- The answer to what question? - MAN69
1 answer
Indeed, it is not clear from your question what the difficulty is with you. As far as I remember, in the standard Ubuntu repository is just the fourth version of Virtualbox, you can check the version with the command:
apt search virtualbox If the fourth, then put the command:
sudo apt-get install virtualbox If not the version you need, then put, for example, from the Virtualbox repository:
sudo add-apt-repository "deb http://download.virtualbox.org/virtualbox/debian trusty contrib" && wget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | sudo apt-key add - && sudo apt-get update && sudo apt-get install -y virtualbox-4.3 Well, or download the version of the deb package you need from the site and install it through the application manager.