Ubuntu Server Konsol Hata Mesajları ve Çözümleri
01.”E:dpkg was interrupted, you must manually run ‘sudo dpkg –configure -a’ to correct the problem.” hatası nasıl çözülür?
[bash]cd /var/lib/dpkg/updates
sudo rm *
# Bu işlemleri yaptıktan sonra aşağıdaki komutu çalıştırın.
sudo apt-get update[/bash]
02. “E: Unmet dependencies. Try using -f.” hatası nasıl çözülür?
[bash]
sudo apt –fix-broken install
sudo apt-get update
sudo apt-get upgrade
[/bash]
Bu sayfa 1.328 kez görüntülendi.