On Wed, 2005-02-02 at 10:51 +0300, jijo wrote: > I tried to install rpms to my RH9 and Fedora and it showing the error by > it confliting with old packages installed > how can i install the clamav 0.81.1 or 0.81.2
You need to install all of the clam packages at the same time. For example: [EMAIL PROTECTED] mcdonalddj]$ rpm -qa |grep clam clamd-0.81-0.1.101mdk clamav-db-0.81-0.1.101mdk libclamav1-0.81-0.1.101mdk clamav-0.81-0.1.101mdk I have to upgrade 4 packages at once. Since I run Mandrake it's terribly trivial (just 'urpmi --update clamd' and it tells me that it is replacing 4 packages). But if I wanted to use rpm manually, I would put all of the binary packages I need (including libclamav1) in a directory, then: rpm -Fvh *clam*81*2.rpm the -F means "freshen", e.g. remove an old package and replace it with a newer one. You need to upgrade all of the packages at once, because they all depend on each other. If you don't like wildcards, you can put all four package names on the original line. -- Daniel J McDonald, CCIE # 2495, CNX Austin Energy [EMAIL PROTECTED] _______________________________________________ http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users
