| 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 | | |
| | 1 | You 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... |