CD Mounts & Parallels Tools issues under Fedora
I have had no end of frustration trying to install Parallels Tools in Fedora 11 Linux under Leopard.
First I could not get the CD to mount. Finally I had a brainwave and using my mobile me account, transferred the CD image to my Linux VM (downloaded via FireFox), and was able to mount the CD image from the GUI interface.
Then I still couldn't run the installer because I couldn't find the path to the CD in the terminal session.
So I copied all the install files to a folder/directory that I could find in terminal, started the install and all was great until I got the component missing error message ("Please Install").
In my searches I found something that looked promising under the Troubleshooter help section on the Parallels site that looked to be exactly what I needed, although the Linux in that case was Debian:
Resolution
Please execute the following commands in terminal window with root permissions to
install packages required for kernel modules building:
uname -r
apt-get install linux-headers-$(uname -r) make gcc
In the second command uname -r should be substituted with an output of the first command.
When I ran this under Fedora I got the following error message: "apt-get: command not found"
Now I am here, wondering if anyone else has any ideas. I have no desire to become a Linux geek, but would like to be able to use it once in a while, and would like to be able to communicate between the Mac and the Linux VM, hence the need for the tools install.