0

I want to download Oracle's VirtualBox on my Lubuntu machine. They don't have any downloads for Lubuntu on their website. So how do I download it on Lubuntu?

Asad Moosvi
  • 71
  • 2
  • 2
  • 5

1 Answers1

0

@Fischer is correct, running:

    sudo apt-get install virtualbox

Will install VirtualBox on Lubuntu as well. They are actually pulling from the same repositories.

If you ever want to search for a specific package -- and would prefer not to use the Software Center GUI -- you can use:

    apt-cache search <what_you_are_looking_for>