Quote:
Originally Posted by ETodd
How would I get it to install WINE or XAMPP? Also, how would I make it read from the CD drive?
|
The cdrom drive gets mounted at "/cdrom" in ubuntu. So you can copy files with something like this
Code:
sudo cp -r /cdrom/(mcc18 folder) /opt/mcc18
I believe opt requires root access to write to, so you will need to use the sudo command.
You can use apt to download and install wine and apache. Google apt commands.