Changes between Initial Version and Version 2 of Ticket #30


Ignore:
Timestamp:
Mar 14, 2011 10:24:35 AM (13 years ago)
Author:
thomas
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30 – Description

    initial v2  
    1 On an x86_64 system, I can't find cups-pk-helper for i686, even though I know it's in my local mirror:
    2 
    3 # yum install cups-pk-helper.i686
    4 Loaded plugins: downloadonly, refresh-packagekit
    5 Setting up Install Process
    6 No package cups-pk-helper.i686 available.
    7 
    8 Checking my mirror:
    9 
    10 $ find . -name cups-pk-helper\*
    11 ./i386/debug/os/cups-pk-helper-debuginfo-0.0.4-12.el6.i686.rpm
    12 ./i386/os/Packages/cups-pk-helper-0.0.4-12.el6.i686.rpm
    13 ./source/os/cups-pk-helper-0.0.4-12.el6.src.rpm
    14 ./x86_64/debug/os/cups-pk-helper-debuginfo-0.0.4-12.el6.x86_64.rpm
    15 ./x86_64/os/Packages/cups-pk-helper-0.0.4-12.el6.x86_64.rpm
    16 
    17 
     1You probably don't have the i386 directories defined in your yum repo files.  Many of the i686 versions of packages are linked into the x86_64 directory so that they can be installed as required by the x86_64 versions.  I'll ask about putting the cups one in there as well...