>> > While yumming some packages, I keep getting the errors below. How to >> > overcome it? >> > >> > Transaction Check Error: >> > file /usr/share/man/man1/asn1parse.1ssl.gz from install of >> > openssl-0.9.8b-8.3.el5 conflicts with file from package >> > openssl-0.9.8b-8.3.el5 > >> try a 'yum remove openssl.i386' then retry. >> >> -Ross > > In a situation like this, it will be helpful to see the arch of > package names. Add this line: > > %_query_all_fmt %%{name}-%%{version}-%%{release}.%%{arch} > > to either ~/.rpmmacros or /etc/rpm/macros (system wide). Add to? Thanks