- Konum
- Türkiye
- Konular
- 471
- Katılım
- 2 Aralık 2024
- Konular
- 471
- Mesajlar
- 744
- Çözümler
- 51
- Reaksiyon puanı
- 543
- Web sitesi
- webturka.net
- Meslek
- Web
- Cinsiyet
- Erkek
Hata çıktısı
Kod:
Error:
Problem: cannot install both gdk-pixbuf2-2.36.12-6.el8_10.x86_64 from baseos and gdk-pixbuf2-2.36.12-5.el8.x86_64 from @System
- package gdk-pixbuf2-xlib-2.36.12-5.el8.x86_64 from @System requires gdk-pixbuf2(x86-64) = 2.36.12-5.el8, but none of the providers can be installed
- cannot install the best update candidate for package gdk-pixbuf2-2.36.12-5.el8.x86_64
- problem with installed package gdk-pixbuf2-xlib-2.36.12-5.el8.x86_64
(try to add '--allowerasing' to command line to replace conflicting packages or '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
Bu hata, sisteminizde gdk-pixbuf2 paketinin en iyi (uygun) güncelleme adayının bulunamadığını söylüyor. Genellikle şu nedenlerden kaynaklanır:
Olası Nedenler
- Yeni bir sürüm mevcut değil (güncel zaten olabilir).
- Uyumlu güncelleme başka bir repoda olabilir ama o repo aktif değildir.
- Bağımlılık çakışmaları güncellemeyi engelliyor olabilir.
Çözüm Yolları
Hangi sürümler mevcut kontrol et
Kod:
dnf list --available gdk-pixbuf2
Paketin hangi repolarda olduğunu gör
Kod:
dnf repository-packages --list gdk-pixbuf2
Rocky Linux 8 / AlmaLinux 8 için:
Kod:
dnf config-manager --set-enabled powertools
Önbelleği temizle ve yenile
Kod:
dnf clean all
dnf makecache
Sonra tekrar deneyin
Kod:
dnf upgrade gdk-pixbuf2
Daha sonra sunucuyu yeniden upgrade etmeyi deneyin güncellemeyi sorunsuz bir şekilde yapacaktır.
Kod:
dnf -y upgrade