geraldw321 wrote:ok looks like i was given permissions , BUT i got this when i ran install:
- Code: Select all
[root@localhost win_c2]# VirtualBox-4.2.12-84980-Linux_amd64.run
bash: VirtualBox-4.2.12-84980-Linux_amd64.run: command not found
[root@localhost win_c2]#
You need
- Code: Select all
[root@localhost win_c2]# ./VirtualBox-4.2.12-84980-Linux_amd64.run
Linux always looks for executable programmes in specific places known as the PATH. You can see what your PATH is set to with the command
- Code: Select all
$ echo $PATH
/usr/bin:/bin:/usr/local/bin:/usr/X11R6/bin/:/usr/games:/usr/lib64/qt4/bin:/home/derek/bin
If the programme you are trying to run is not in any of those locations then you need to specify where it can be found.
The characters './' mean 'look in the current directory'
BTW: If you are replacing the mageia supplied virtualbox, do not forget to uninstall the mageia packages first. You will need to uninstall
virtualbox
virtualbox-guest-additions
dkms-virtualbox (if installed)
virtualbox-kernel-xxxx (where xxxx depends on which kernel you are using)
You will also need to compile and install the virtualbox kernel module. I think the vbox installer will do it for you, but you will need to have the package kernel-desktop-devel-latest installed (assuming you are using the desktop kernel)