College Linux is based on Slackware, so I wouldn't recommend using RPMs to install anything. Instead, download the package for Slackware from the Opera website
here (select Slackware from the dropdown menu and select the Slackware 9.1, Current radio box).
Then to install:
1) open up a terminal emulator (such as xterm)
2) change to the directory wherever you saved the Opera package (for example, if you saved in your user's home directory and your user's name is fred, then type cd /home/fred)
3) extract the file from the .tar.gz archive by using the command tar -xzvf opera-8.50-20050915.5-shared-qt.i386-en.tar.gz
4) you should have an opera directory now (something like opera-8.50-20050916.5-shared-qt.i386-en) so change to it with the cd command
5) switch to the root user -- type su and then enter the root password
6) run the install file, which is install.sh by typing ./install.sh
7) after you run through the install process, you should be able to run opera by either typing opera in the command line, or if you're using KDE just hit alt + F2 and type in Opera and hit enter.
Hope that helps!
