Page 1 of 1

[Solved] Virtualbox problem || Mageia 4

PostPosted: May 13th, '14, 20:10
by su35
Hi,

I installed Virtualbox using Install & Remove Software. The installation completed without errors.

But I cant find find any entry for Virtualbox in the Applications menu of the Mate desktop.

I dont know the name of the executable but I tried

Code: Select all
$ virtualbox
bash: virtualbox: command not found


Code: Select all
$ vbox
bash: vbox: command not found


When I type vb and then press tab this appears

Code: Select all
vboxwebsrv


How to fix this ?

Re: Virtualbox problem || Mageia 4

PostPosted: May 13th, '14, 21:56
by benmc
Hi

in Konsole, as root, please post output of: urpmq virtualbox

regards

Re: Virtualbox problem || Mageia 4

PostPosted: May 13th, '14, 22:12
by Ken-Bergen
In Linux commands are case sensitive.
The executable for virtualbox is
‎/usr/bin/VirtualBox
Note that the V and B are upper case.

Re: Virtualbox problem || Mageia 4

PostPosted: May 14th, '14, 08:53
by benmc
try this in Konsole : rpm -qa|grep virtualbox

you should get a result like this: $ rpm -qa|grep virtualbox
virtualbox-4.3.10-1.1.mga4
virtualbox-kernel-3.12.13-desktop-2.mga4-4.3.10-1.mga4
virtualbox-kernel-3.12.18-desktop-1.mga4-4.3.10-2.mga4
virtualbox-kernel-desktop-latest-4.3.10-2.mga4

Re: Virtualbox problem || Mageia 4

PostPosted: May 14th, '14, 11:27
by su35
benmc wrote:try this in Konsole : rpm -qa|grep virtualbox

you should get a result like this: $ rpm -qa|grep virtualbox
virtualbox-4.3.10-1.1.mga4
virtualbox-kernel-3.12.13-desktop-2.mga4-4.3.10-1.mga4
virtualbox-kernel-3.12.18-desktop-1.mga4-4.3.10-2.mga4
virtualbox-kernel-desktop-latest-4.3.10-2.mga4


I am getting these

Code: Select all
# rpm -qa|grep virtualbox
virtualbox-kernel-3.12.18-desktop-1.mga4-4.3.10-2.mga4
virtualbox-4.3.10-1.1.mga4
virtualbox-kernel-desktop-latest-4.3.10-2.mga4


So that means Virtualbox is installed right ? Now what should I do ? I mean how do I add it to the menu ? When I was using Gnome2 there was alacarte but I didnt find it in Mate.

Re: Virtualbox problem || Mageia 4

PostPosted: May 14th, '14, 11:32
by su35
Ken-Bergen wrote:In Linux commands are case sensitive.
The executable for virtualbox is
‎/usr/bin/VirtualBox
Note that the V and B are upper case.


/usr/bin/VirtualBox is launching Virtualbox.

Now if I can just add it to the menu problem will be solved.

Re: Virtualbox problem || Mageia 4

PostPosted: May 14th, '14, 13:48
by su35
Solution found !!! :D

Code: Select all
# urpmi mozo


Then add an entry for VirtualBox and done.

Re: [Solved] Virtualbox problem || Mageia 4

PostPosted: May 18th, '14, 15:02
by doktor5000
Virtualbox has a menu entry by default. It can be found under Tools -> Emulators.

Apart from that, mozo is no Mageia package. Also menu entries can be created without installing further packages.

Re: [Solved] Virtualbox problem || Mageia 4

PostPosted: May 20th, '14, 15:36
by tarakbumba
If you installed MATE by task-mate package, menu editor application "mate-menu-editor" should be installed. Mozo, is its name beginning with MATE 1.8 which is not provided in Mageia 4. Also, you should look Accesories menu entry, virtualbox entry is there.