Nordpass kurmaya çalışıyorum. Nasıl kurabilirim.
aldığım hata mesajı;
error: cannot perform the following tasks:
- Mount snap "snapd" (17950) (systemctl command [start snap-snapd-17950.mount] failed with exit status 1: Job failed. See "journalctl -xe" for details.
)
Nordpass kurmaya çalışıyorum. Nasıl kurabilirim.
AUR'den nordpass-bin paketini kurabilirsiniz:
$ git clone https://aur.archlinux.org/nordpass-bin.git $ cd nordpass-bin $ makepkg -si
aldığım hata mesajı;
error: cannot perform the following tasks:
- Mount snap "snapd" (17950) (systemctl command [start snap-snapd-17950.mount] failed with exit status 1: Job failed. See "journalctl -xe" for details.
)
Eğer nordpass uygulamasını Snap mağazası üzerinden kurmak istiyorsanız:
Snap uygulamalarını kurup kullanabilmek için snapd servisinin çalışır halde olması gerekir:
$ sudo systemctl enable --now snapd
Ayrıca snap uygulamasını ilk defa kuruyorsanız, sistemi tekrar başlatmanız gerekir.