How to install VirtualBox 4.3 on OpenSUSE 13.1

This tutorial is going to show you how to install Oracle VirtualBox 4.3 on OpenSUSE 13.1. VirtualBox is a free and open source application to run multiple operating systems on a single host. Installing VirtualBox on OpenSUSE 13.1 is pretty easy. This tutorial will show you how.
First, download VirtualBox 4.3 for OpenSUSE.
Now Install it using command:
For 32 bit
rpm -ivh VirtualBox-4.3-4.3.10_93012_openSUSE123-1.i586.rpm
For 64 bit
rpm -ivh VirtualBox-4.3-4.3.10_93012_openSUSE123-1.x86_64.rpm
Next, we need to install some extra packages.
zypper in gcc make kernel-devel
Reboot your PC and upon reboot execute this command
/etc/init.d/vboxdrv setup