Hi mik3ca
... is there an easy way I can install an extension directly from the CD to the hard drive instead of using the internet? (even if it means using a simple command from the command line)?
Sure. After you boot up, insert your CD. Click on the MountTool icon and mount the CD. It should be sr0 or sr1.
So if your CD is sr0:
cp /mnt/sr0/cde/optional/ExtensionName.tcz /etc/sysconfig/tcedir/optional
For each ExtensionName.tcz you copy, you also need ExtensionName.tcz.md5.txt and ExtensionName.tcz.dep if it
exists. If there's an ExtensionName.tcz.dep , you will need to copy the files listed in it, as well as their .md5.txt and .dep files.
Then repeat the same with any of those .dep files. If you want to copy everything, then:
cp /mnt/sr0/cde/optional/* /etc/sysconfig/tcedir/optional
Some extensions on the CD may not be as current as those that get downloaded from the repository.