Find the answer to your Linux question:
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 ...
  1. #1
    Linux Guru
    Join Date
    Sep 2004
    Posts
    1,546

    Error on running yum update

    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 --nodigest

    $ sudo package-cleanup --problems
    Code:
    Loaded plugins: presto, refresh-packagekit
    No Problems Found

    $ sudo package-cleanup --dupes
    Code:
    Loaded plugins: presto, refresh-packagekit

    $ sudo rpm -Va --nofiles --nodigest
    No printout


    $ 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 --nodigest
    Still the same


    $ sudo yum update --skip-broken
    Code:
    .....
    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

  2. #2
    Just Joined! TheBoogyMaster's Avatar
    Join Date
    Apr 2009
    Posts
    45
    Try out this :
    Code:
    yum update yum
    if it doesn't work try :

    Code:
    rm -f /var/lib/rpm/__db*
    rpm –rebuilddb
    yum clean all

  3. #3
    Linux Guru
    Join Date
    Sep 2004
    Posts
    1,546
    Quote Originally Posted by TheBoogyMaster View Post
    Try out this :
    Code:
    yum update yum
    if it doesn't work try :

    Code:
    rm -f /var/lib/rpm/__db*
    rpm –rebuilddb
    yum clean all
    Hi TheBoogyMaster,

    Thanks for your advice.

    Problem solved as follows;

    $ sudo yum update libdrm --enablerepo=u*g
    Code:
    ......
    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 update
    Code:
    ....
    ....
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...