LANMonkey
To check you have downloaded ALL the rpms
cd /cups_rpms
then show the output of
ls -al
To see if each rpm is installed one by one do
rpm -q packagename
eg
rpm -q cups
You can add all the packagenames in the rvandenaker contrib folder on one line
see
http://mirror.contribs.org/contribs/rvandenaker/testing/smeserver-cups/repositories/7.0/RPMS/i386and
http://mirror.contribs.org/contribs/rvandenaker/testing/smeserver-cups/repositories/7.0/RPMS/noarch(these will resolve to the fastest available mirror download site)
rpm -q cups ghostscript gimp-print-cups-common pkgname pkgname pkgname etc etc etc
and so on adding all the other package names
As it says in the Wiki article at
http://wiki.contribs.org/Cupsmanually download all the rpms using a web browser
Then copy them to your sme server, checking that they have all been downloaded
then issue the command
yum localinstall *.rpm
Furthermore you really need to provide the error messages you see when doing the yum install so that we can see what dependency errors you have.
Be realistic, most of us are not mind readers (although some of us may have that talent).
If you are using a Putty ssh window, then right click on the icon in the top left corner and select copy all to clipboard (or similar), then paste that into a message here, and remove any security info from the history.
I just manually download all 16 rpms to my user home folder
then cd'd (changed to that folder) and issued
ls -al
to check all rpms were there
then did
yum localinstall *
which seemed to work except for the one dependency error due to not uninstalling the e-smith-LPRng package first