slackhead wrote: 
> Is this something to be concerned about?

Dupes in the rpm database. ffmpeg2-libs will have been due to a failing
postuninstall script, (now fixed).... Not sure how/why jivelite and
jivelite-common ended up dupes. May have been part of the same yum
transaction as the ffmpeg2-libs upgrade. Try....


Code:
--------------------
    
  sudo package-cleanup --dupes
  
--------------------


... and if that doesn't do the job, brute force removal of the packages
with "rpm -e --nodeps" and re-install them with yum.


Code:
--------------------
    
  sudo rpm -e --nodeps ffmpeg2-libs jivelite jivelite-common
  sudo csos-cleanInstall-testing ffmpeg2-libs jivelite jivelite-common
  
--------------------


------------------------------------------------------------------------
JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=99395

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to