Ubuntu-Linux-on-Virtual-Box/C2/Installing-VirtualBox-on-Ubuntu-Linux-OS/English
Title of the script: Installation of VirtualBox in Ubuntu
Author: Praveen S
Keywords: VirtualBox, VirtualBox installation, Ubuntu, Virtualisation, Spoken Tutorial, Video Tutorial
|
|
Slide: Introduction | Welcome to the spoken tutorial on Installing VirtualBox on Ubuntu Linux OS. |
Slide: Learning Objective | In this tutorial we will learn to:
|
Slide: System Requirements | This tutorial is recorded using
However, you may use any text editor of your choice.
|
Slide: VirtualBox | What is VirtualBox?
|
Slide: System requirements for VirtualBox | To install an OS inside a VirtualBox, the base machine should have the following configuration.
This will ensure that the VirtualBox will work smoothly. |
Slide: System requirements for VirtualBox | In case the base machine has Ubuntu Linux OS, then it should be any one of the following versions:
|
Let us start the installation. | |
Slide: Code Files | The commands used in this tutorial are available in the Code Files link below the player. |
Show the file in gedit text editor | I have opened this file in gedit text editor on my machine.
|
Slide: Note | Important note:
Before installing VirtualBox, we have to ensure that Virtualization is enabled on our machine. |
Let us verify if Virtualization is enabled or not. | |
Open Terminal | Open the terminal by pressing Ctrl, Alt and T keys simultaneously on your keyboard. |
Gedit-> grep --color vmx /proc/cpuinfo
|
Copy this command from the code file and paste it in the terminal.
|
Highlight vmx | If the output has vmx flags, then Virtualization is enabled on this computer. |
Slide
|
|
Slide |
|
Highlight Virtualization Enabled | In my case it is already enabled. |
Terminal
|
First let us update the base machine with the help of the following command.
sudo <space> apt-get <space> update
|
Type password and press Enter | You may be prompted to enter your system password.
|
Only narration | From now on type the system password whenever prompted, during this installation and press Enter. |
Next let us install VirtualBox.
| |
gedit->
sudo sh -c 'echo "deb http://download.virtualbox.org/virtualbox/debian $(lsb_release -sc) contrib" >> /etc/apt/sources.list.d/virtualbox.list' |
To do so, copy this command and paste on the terminal.
|
Next, we have to add the VirtualBox repository key to the apt source. | |
gedit->
|
To do so, copy these two commands one by one.
|
Now we have to update the repository list. | |
Terminal
sudo apt-get update
|
For that type on the terminal, sudo <space> apt-get <space> update
|
Terminal
|
Next type sudo <space> apt-get <space> install <space> virtualbox-5.2
|
Highlight the terminal output | The terminal will display
|
Type Y and the press Enter | When asked, “Do you want to continue?”, type Y and the press Enter. |
The installation may take some time depending on your Internet speed.
| |
Go to Dash home
|
Now go to Dash home.
|
Show VirtualBox Interface | VirtualBox application opens. This indicates that the installation is successful. |
With this we come to the end of this tutorial.
| |
Slide: Summary | In this tutorial, we have learnt-
|
Slide:
About Spoken Tutorial project |
The video at the following link summarises the Spoken Tutorial project.
|
Slide: About Workshop | The Spoken Tutorial Project team conducts workshops using spoken tutorials and gives certificates.
|
Slide: Forum questions | Please post your timed queries on this forum |
Slide: Acknowledgement | Spoken Tutorial Project is funded by NMEICT, MHRD, Government of India.
this link. |
Slide: Thanks | The script and video has been contributed by NVLI and Spoken Tutorial team.
Thank you for joining. |