- Code: Select all
[eric@localhost ~]$ cat /etc/mageia-release
Mageia release 1 (Official) for i586
[eric@localhost ~]$ # The packages ARE installed on the HOST system...
[eric@localhost ~]$ rpm -qa | grep -i virtual
virtualbox-4.0.14-1.3.mga1
virtualbox-doc-4.0.14-1.3.mga1
dkms-virtualbox-4.0.14-1.3.mga1
[eric@localhost ~]$ # The packages are NOT installed on the HOST...
[eric@localhost ~]$ urpmq -a virtualbox vbox additions
dkms-vboxadditions
isdn4k-utils-vbox
virtualbox
virtualbox
virtualbox-guest-additions
x11-driver-input-vboxmouse
x11-driver-video-vboxvideo
...but the Guest Additions ISO doesn't appear to be included in any of these RPM's (see attached screenshot)...
- Code: Select all
[eric@localhost ~]$ rpm -qa | grep virtualbox | xargs rpm -ql | grep iso
Where can I find the Guest Additions ISO for this version of VirtualBox?