snapd.snap-repair.service is a disabled or a static unit not running, not starting it. hatasının giderilmesi
  1. Anasayfa
  2. Linux

snapd.snap-repair.service is a disabled or a static unit not running, not starting it. hatasının giderilmesi

Bu makalemde Ubuntu Server 18.10 ve sonrası sürümlede apt-get upgrade komutu çalıştırıldığında aşağıdaki hatayı almanız durumunda yapılması gerekenler yer almaktadır.

snapd.failure.service is a disabled or a static unit, not starting it. snapd.snap-repair.service is a disabled or a static unit, not starting it.

Alınan bu hatanın giderilmesi için aşağıdaki komutları sırnası ile çalıştırınız.

sudo fuser -vki /var/lib/dpkg/lock sudo apt purge snapd -y sudo dpkg –configure -a sudo apt update sudo apt upgrade sudo apt dist-upgrade sudo apt install snapd

Ubuntu 18.10 sürümünde bu hatanın giderilmesi için;

sudo dpkg -r snapd gnome-software-plugin-snap sudo apt update sudo apt full-upgrade