Has anyone tried the "Mandriva" package?
Doesn't work because they have different python and rpm version than PCLinuxOS.
I think we need to do a package like getopenoffice...
#su to root mode
su
# download VirtualBox
wget
http://download.virtualbox.org/virtualbox/3.2.2/VirtualBox-3.2.2-62298-Linux_x86.run#make file executable
chmod a+x VirtualBox-3.2.2-62298-Linux_x86.run
# run the installer
sh VirtualBox-3.2.2-62298-Linux_x86.run
# add users to group vboxusers
SYSUSERS=`cat /etc/passwd | grep "/bin/bash" |grep "[0-9][0-9][0-9]" |cut -d: -f1`
for idx in $SYSUSERS
do INP1= usermod -a -G vboxusers,usb $idx; done
# create menu entry for PCLinuxOS
[Desktop Entry]
Encoding=UTF-8
Version=1.0
Name=Oracle VM VirtualBox
GenericName=Virtual Machine
Type=Application
Exec=VirtualBox
TryExec=VirtualBox
DocPath=file:///opt/VirtualBox/UserManual.pdf
Icon=VBox
Categories=Emulator;System;X-MandrivaLinux-MoreApplications-Emulators;
Comment=Run several virtual systems on a single host computer