FreakWent
"file /usr/share/man/man1/clambc.1.gz from install of clamd-0.98.1-4.el5.sme.i386 conflicts with file from package clamav-0.98-2.el5.rf.i386"
My fully updated sme 8.0 currently has
rpm -q clamav
clamav-0.98.1-4.el5.sme
rpm -q clamd
clamd-0.98.1-4.el5.sme
You need the same "version" of those two rpms (clamd & clamav) installed, & they should be the sme server variant
Do
rpm -e --nodeps clamav clamd
Then do
yum install clamav clamd
Then do
yum update
Always use the following with great care, & think through what you are doing & why you are doing it, BEFORE you actually issue the command.
rpm -e packagename
rpm -e --nodeps packagename
then use yum to install the removed package
yum install packagename1 packagename2
If there are two versions (or differing versions) of packages installed, then (usually) remove the older one