LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   yum reports dublicates (https://www.linuxquestions.org/questions/fedora-35/yum-reports-dublicates-4175456609/)

DJOtaku 04-02-2013 08:47 PM

yum reports dublicates
 
Started getting weird messages whenever I run a yum update about duplicates. I wanted to get the messages to show here, so I did this:

Code:

yum check
Loaded plugins: auto-update-debuginfo, fastestmirror, langpacks, presto, refresh-packagekit
1:hpijs-3.13.2-1.fc18.x86_64 is a duplicate with 1:hpijs-3.12.11-1.fc18.x86_64
hplip-3.13.2-1.fc18.x86_64 is a duplicate with hplip-3.12.11-1.fc18.x86_64
hplip-common-3.13.2-1.fc18.x86_64 is a duplicate with hplip-common-3.12.11-1.fc18.x86_64
hplip-libs-3.13.2-1.fc18.x86_64 is a duplicate with hplip-libs-3.12.11-1.fc18.x86_64
libsane-hpaio-3.13.2-1.fc18.x86_64 is a duplicate with libsane-hpaio-3.12.11-1.fc18.x86_64
libxfce4menu-4.6.2-3.fc17.x86_64 has missing requires of libxfce4util.so.4()(64bit)
pcsx2-5381-1.fc17.i686 has missing requires of libGLEW.so.1.6
php-5.4.12-1.fc18.x86_64 is a duplicate with php-5.4.11-1.fc18.x86_64
php-cli-5.4.12-1.fc18.x86_64 is a duplicate with php-cli-5.4.11-1.fc18.x86_64
php-common-5.4.12-1.fc18.x86_64 is a duplicate with php-common-5.4.11-1.fc18.x86_64
redland-1.0.15-2.fc18.1.x86_64 is a duplicate with redland-1.0.15-2.fc18.x86_64
redland-virtuoso-1.0.15-2.fc18.1.x86_64 is a duplicate with redland-virtuoso-1.0.15-2.fc18.x86_64
vlc-2.0.5-5.fc18.x86_64 is a duplicate with vlc-2.0.5-1.fc18.x86_64
vlc-core-2.0.5-5.fc18.x86_64 is a duplicate with vlc-core-2.0.5-1.fc18.x86_64
wxsvg-1.1.13-1.fc18.x86_64 is a duplicate with wxsvg-1.1.12-1.fc18.x86_64
Error: check all

What in the world is this and what should I do to fix it?

Thanks,

RockDoctor 04-03-2013 08:12 AM

There's probably a more elegant (and faster) way to deal with dupes, but when I've run into duplicate packages, I just manually remove the old ones like this:
Code:

sudo rpm -e hpijs-3.12.11-1.fc18.x86_64
Crude, but generally effective.

DJOtaku 04-11-2013 08:38 PM

thanks! I'll do that, then.


All times are GMT -5. The time now is 12:04 AM.