> From: R <http://www.dracomp.com/~R> > Date: Mon, 02 Jun 2008 13:22:34 -0400 > > I've been loading it all morning - on and off. More at 6. Thanks > for the CD - it seems to be loading exactly what I need. > D It's quite possible that you'll have to load jove from the CD by-hand. To do this, you'll have to mount the CD and find the jove deb package and do "dpkg -i jove.deb". I'm not sure how you mount the CD on the command line on Ubuntu, but it's probably something like: # mkdir -p /mnt/cdrom # mount /dev/cdrom /mnt/cdrom To find the jove package, do # find /mnt/cdrom | grep jove This will take quite a while -- possibly 30 mins. Then, install the jove deb package: # dpkg -i /mnt/cdrom/whatever/jove-whatever.deb Hopefully, you'll be able to figure it out.