I did an FC6 to FC7 upgrade via yum recently. The "cleanup" portion of
the upgrade crashed. I learned from this list to use package-cleanup
--orphans to find all the odd balls.
I've cleaned up most things, but I'm struggling with a few. For
example, libdvdread still comes from fc6 insted of fc7. If I attempt to
remove libdvdread, dozens of packages will get removed. I can certainly
reinstall them, but, I'm wondering if there is another package-cleanup
trick I can use to resolve some of these issues.
Available Packages
libdvdread.i386 0.9.7-2.fc7 fedora
Can I somehow swap out the libdvdread package without deleting it and
all of it's dependencies?
Thanks,
Jim
--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
12-24-2007, 02:18 PM
David Boles
FC6 to FC7 Upgrade, some package not updated
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Jim Duda wrote:
> I did an FC6 to FC7 upgrade via yum recently. The "cleanup" portion of
> the upgrade crashed. I learned from this list to use package-cleanup
> --orphans to find all the odd balls.
>
> I've cleaned up most things, but I'm struggling with a few. For
> example, libdvdread still comes from fc6 insted of fc7. If I attempt to
> remove libdvdread, dozens of packages will get removed. I can certainly
> reinstall them, but, I'm wondering if there is another package-cleanup
> trick I can use to resolve some of these issues.
>
> Example:
>
> linux# yum list libdvdread
> Loading "kmdl" plugin
> Installed Packages
> libdvdread.i386 0.9.7-4.fc6.at installed
> Available Packages
> libdvdread.i386 0.9.7-2.fc7 fedora
>
> Can I somehow swap out the libdvdread package without deleting it and
> all of it's dependencies?
Some of the packages for Fedora 7 *are* from Fedora Core 6. Not
everything was rebuilt for Fedora 7. Actually there are still some
Fedora Core 6 packages and Fedora 7 packages in Fedora 8.
- --
David
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (MingW32)
--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
12-24-2007, 02:29 PM
Todd Zullinger
FC6 to FC7 Upgrade, some package not updated
Jim Duda wrote:
> I did an FC6 to FC7 upgrade via yum recently. The "cleanup" portion
> of the upgrade crashed. I learned from this list to use
> package-cleanup --orphans to find all the odd balls.
>
> I've cleaned up most things, but I'm struggling with a few. For
> example, libdvdread still comes from fc6 insted of fc7.
This is caused by the atrpms repo having a newer libdvdread package
for FC6 than the fedora repo has for F7. (0.9.7-4.fc6.at >
0.9.7-2.fc7)
> If I attempt to remove libdvdread, dozens of packages will get
> removed. I can certainly reinstall them, but, I'm wondering if
> there is another package-cleanup trick I can use to resolve some of
> these issues.
I can think of a few ways (disclaimer: I haven't had my morning sugar
intake yet). You could use rpm -e --nodeps libdvdread to erase the
libdvdread package without touching any dependencies. Then yum
install libdvdread to bring it back.
Or, you could use the yum-allowdowngrade plugin which adds an
--allow-downgrade option to yum. Then you could try to install the
"older" libdvdread using yum --allow-downgrade libdvdread-0.9.7-2.fc7
--
Todd OpenPGP -> KeyID: 0xBEAF0CE3 | URL: www.pobox.com/~tmz/pgp
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~
Love is a snowmobile racing across the tundra. Suddenly it flips,
pinning you underneath. At night, the ice weasels come.
-- Matt Groening
--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
12-24-2007, 04:07 PM
Jim Duda
FC6 to FC7 Upgrade, some package not updated
Todd,
Thanks for the advice, I found that rpm -e worked fine. My installation
appears clean now without any orphans or missing dependencies.
Jim
Todd Zullinger wrote:
Jim Duda wrote:
I did an FC6 to FC7 upgrade via yum recently. The "cleanup" portion
of the upgrade crashed. I learned from this list to use
package-cleanup --orphans to find all the odd balls.
I've cleaned up most things, but I'm struggling with a few. For
example, libdvdread still comes from fc6 insted of fc7.
This is caused by the atrpms repo having a newer libdvdread package
for FC6 than the fedora repo has for F7. (0.9.7-4.fc6.at >
0.9.7-2.fc7)
If I attempt to remove libdvdread, dozens of packages will get
removed. I can certainly reinstall them, but, I'm wondering if
there is another package-cleanup trick I can use to resolve some of
these issues.
I can think of a few ways (disclaimer: I haven't had my morning sugar
intake yet). You could use rpm -e --nodeps libdvdread to erase the
libdvdread package without touching any dependencies. Then yum
install libdvdread to bring it back.
Or, you could use the yum-allowdowngrade plugin which adds an
--allow-downgrade option to yum. Then you could try to install the
"older" libdvdread using yum --allow-downgrade libdvdread-0.9.7-2.fc7
--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list