Results 1 to 3 of 3
Hi folks,
$ sudo yum update
Code:
.......
.......
You could try using --skip-broken to work around the problem
You could try running: package-cleanup --problems
package-cleanup --dupes
rpm -Va --nofiles ...
- 01-19-2010 #1Linux Guru
- Join Date
- Sep 2004
- Posts
- 1,546
Error on running yum update
Hi folks,
$ sudo yum updateCode:....... ....... You could try using --skip-broken to work around the problem You could try running: package-cleanup --problems package-cleanup --dupes rpm -Va --nofiles --nodigest
$ sudo package-cleanup --problemsCode:Loaded plugins: presto, refresh-packagekit No Problems Found
$ sudo package-cleanup --dupesCode:Loaded plugins: presto, refresh-packagekit
$ sudo rpm -Va --nofiles --nodigest
No printout
$ sudo yum updateStill the sameCode:You could try using --skip-broken to work around the problem You could try running: package-cleanup --problems package-cleanup --dupes rpm -Va --nofiles --nodigest
$ sudo yum update --skip-brokenCode:..... Packages skipped because of dependency problems: mesa-dri-drivers-7.7-2.fc12.i686 from updates mesa-dri-drivers-7.7-2.fc12.x86_64 from updates mesa-libGL-7.7-2.fc12.i686 from updates mesa-libGL-7.7-2.fc12.x86_64 from updates
Pls advise how to fix the problem? TIA
B.R.
satimis
- 01-19-2010 #2
Try out this :
if it doesn't work try :Code:yum update yum
Code:rm -f /var/lib/rpm/__db* rpm –rebuilddb yum clean all
- 01-19-2010 #3Linux Guru
- Join Date
- Sep 2004
- Posts
- 1,546
Hi TheBoogyMaster,
Thanks for your advice.
Problem solved as follows;
$ sudo yum update libdrm --enablerepo=u*gCode:...... Running Transaction Updating : libdrm-2.4.17-1.fc12.x86_64 1/4 Updating : libdrm-2.4.17-1.fc12.i686 2/4 Cleanup : libdrm-2.4.15-8.fc12 3/4 Cleanup : libdrm-2.4.15-8.fc12 4/4 Updated: libdrm.i686 0:2.4.17-1.fc12 libdrm.x86_64 0:2.4.17-1.fc12 Complete!
$ sudo yum updateCode:.... .... Running Transaction Updating : mesa-dri-drivers-7.7-2.fc12.x86_64 1/8 Updating : mesa-dri-drivers-7.7-2.fc12.i686 2/8 Updating : mesa-libGL-7.7-2.fc12.x86_64 3/8 Updating : mesa-libGL-7.7-2.fc12.i686 4/8 Cleanup : mesa-libGL-7.6-0.13.fc12 5/8 Cleanup : mesa-dri-drivers-7.6-0.13.fc12 6/8 Cleanup : mesa-dri-drivers-7.6-0.13.fc12 7/8 Cleanup : mesa-libGL-7.6-0.13.fc12 8/8 Updated: mesa-dri-drivers.i686 0:7.7-2.fc12 mesa-dri-drivers.x86_64 0:7.7-2.fc12 mesa-libGL.i686 0:7.7-2.fc12 mesa-libGL.x86_64 0:7.7-2.fc12 Complete!
B.R.
satimis


Reply With Quote
