Install Vagrant and VirtualBox on openSUSE GNOME 13.1
-
Download VirtualBox-4.3.10-93012-Linux_amd64.run from VirtualBox website;
-
Update zypper: $ zypper update;
-
Install components to compile VirtualBox: $ zypper in gcc kernel-devel kernel-desktop kernel-desktop-devel
-
reboot
-
Run the downloaded .run file to install VirtualBox;
-
Download vagrant_1.4.3_x86_64.rpm from Vagrant website;
-
Install it with
rpm -ivh vagrant_1.4.3_x86_64.rpm
;
Other issues
-
You need start network service manually at system startup in openSUSE GNOME 13.1:
service NetworkManager start
; -
Enable SSH Server on openSUSE: YaST -> Firewall, add SSH Server to "Allowed Services".