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?
Asked
Active
Viewed 1.1k times
1 Answers
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>