Hello all, I am trying to upgrade my desktop to Fedora-15 using YUM(http://fedoraproject.org/wiki/Upgrading_Fedora_using_yum).
# yum --releasever=15 --skip-broken distro-sync
The above command yielded the following errors: Skip-broken could not solve problems Error: Package: 1:gnome-applets-2.32.0-3.fc15.x86_64 (fedora) Requires: libpanel-applet-3.so.0()(64bit) Removing: gnome-panel-libs-2.32.0.2-2.fc14.x86_64 (@anaconda-InstallationRepo-201010211827.x86_64/14) libpanel-applet-3.so.0()(64bit) Updated By: gnome-panel-libs-3.0.0.1-2.fc15.x86_64 (fedora) Not found Error: Package: gnome-python2-applet-2.32.0-1.fc14.x86_64 (fedora) Requires: libpanel-applet-2.so.0()(64bit) Removing: gnome-panel-libs-2.32.0.2-2.fc14.x86_64 (@anaconda-InstallationRepo-201010211827.x86_64/14) libpanel-applet-2.so.0()(64bit) Updated By: gnome-panel-libs-3.0.0.1-2.fc15.x86_64 (fedora) Not found Error: Package: 1:gnome-applets-2.32.0-3.fc15.x86_64 (fedora) Requires: libgweather.so.1()(64bit) Removing: libgweather-2.30.3-1.fc14.x86_64 (@anaconda-InstallationRepo-201010211827.x86_64/14) libgweather.so.1()(64bit) Updated By: libgweather-3.0.0-1.fc15.x86_64 (fedora) Not found Error: Package: libpanelappletmm-2.26.0-2.fc12.x86_64 (@anaconda-InstallationRepo-201010211827.x86_64/14) Requires: libpanel-applet-2.so.0()(64bit) Removing: gnome-panel-libs-2.32.0.2-2.fc14.x86_64 (@anaconda-InstallationRepo-201010211827.x86_64/14) libpanel-applet-2.so.0()(64bit) Updated By: gnome-panel-libs-3.0.0.1-2.fc15.x86_64 (fedora) Not found Error: Package: gnome-themes-2.32.0-5.fc15.noarch (fedora) Requires: gtk-theme-engine-clearlooks Error: Package: gnome-python2-evolution-2.32.0-1.fc14.x86_64 (fedora) Requires: libcamel-1.2.so.19()(64bit) Removing: evolution-data-server-2.32.2-1.fc14.x86_64 (@updates/14) libcamel-1.2.so.19()(64bit) Updated By: evolution-data-server-3.0.0-1.fc15.x86_64 (fedora) Not found Error: Package: 1:gnome-applets-2.32.0-3.fc15.x86_64 (fedora) Requires: libpanel-applet-2.so.0()(64bit) Removing: gnome-panel-libs-2.32.0.2-2.fc14.x86_64 (@anaconda-InstallationRepo-201010211827.x86_64/14) libpanel-applet-2.so.0()(64bit) Updated By: gnome-panel-libs-3.0.0.1-2.fc15.x86_64 (fedora) Not found You could try running: rpm -Va --nofiles --nodigest
I have also tried the last suggestion in the error message. But it didn't worked either.
How can I solve this dependency issues ?
regards
On 04/25/2011 03:29 PM, Manilal K M wrote:
Hello all, I am trying to upgrade my desktop to Fedora-15 using YUM(http://fedoraproject.org/wiki/Upgrading_Fedora_using_yum).
# yum --releasever=15 --skip-broken distro-sync
The above command yielded the following errors: Skip-broken could not solve problems Error: Package: 1:gnome-applets-2.32.0-3.fc15.x86_64 (fedora) Requires: libpanel-applet-3.so.0()(64bit) Removing: gnome-panel-libs-2.32.0.2-2.fc14.x86_64 (@anaconda-InstallationRepo-201010211827.x86_64/14) libpanel-applet-3.so.0()(64bit)
yum remove gnome-applets and then try again
Rahul
On 25 April 2011 16:39, Rahul Sundaram metherid@gmail.com wrote:
On 04/25/2011 03:29 PM, Manilal K M wrote:
Hello all, I am trying to upgrade my desktop to Fedora-15 using YUM(http://fedoraproject.org/wiki/Upgrading_Fedora_using_yum).
# yum --releasever=15 --skip-broken distro-sync
The above command yielded the following errors: Skip-broken could not solve problems Error: Package: 1:gnome-applets-2.32.0-3.fc15.x86_64 (fedora) Requires: libpanel-applet-3.so.0()(64bit) Removing: gnome-panel-libs-2.32.0.2-2.fc14.x86_64 (@anaconda-InstallationRepo-201010211827.x86_64/14) libpanel-applet-3.so.0()(64bit)
yum remove gnome-applets and then try again
Before reading your message, I just removed gnome-panel-libs and it seems the upgrade is progressing.
(Completed 1060/2805 packages, waiting for the final result...)
thanks for your quick reply.