Sean Sieger wrote: > How do I transpose this sequence of commands > into Ubuntu 6.10 commands? > > > mount -t iso9660 /dev/cdrom /mnt/cdrom > > cd /mnt/cdrom > > sh install-tl.sh > Put a sudo in front of each command. Also, just in case, start with sudo mkdir /mnt/cdrom