[ATrpms-devel] Re: Packaging request for some perl modules

Axel Thimm Axel.Thimm at atrpms.net
Mon Jan 3 01:20:40 CET 2005


On Sun, Jan 02, 2005 at 08:20:17PM +0000, Ed Avis wrote:
> On Sun, 2 Jan 2005, Axel Thimm wrote:
> 
> >>Is there some way to use yum to install packages based on what they
> >>provide rather than just the package name?
> 
> >Try apt instead,
> 
> Yes, I know you recommend apt over yum but I am having some difficulty
> getting it working on an FC3 x86_64 system, which I may post about
> later.

multilib system is the only real black spot of apt, it just cannot
cope with them.

Either use something else (yum, update, smart, red carpet) or make
your system non-multilib. See also

     http://bugzilla.atrpms.net/show_bug.cgi?id=326

rpm -qa --qf '%{arch} %{name}-%{version}-%{release}\n' \
  | grep -v gpg-pubkey \
  | sort -k2,2 | uniq -f1 -D \
  | grep ^i386 \
  | awk '{print $2 "." $1}' | tr '\n' ' ' \
  | xargs rpm --test -e

> >and perhaps even smart (http://smartpm.org in bleeding) can do that.
> 
> Cool, perhaps this will be an excuse to try out smart.

Try it, it looks very promising and the author wants to have feedback
from x86_64 systems.
-- 
Axel.Thimm at ATrpms.net
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.atrpms.net/pipermail/atrpms-devel/attachments/20050103/e4716794/attachment.bin


More information about the atrpms-devel mailing list