我最近在我的计算机上安装了 Ubuntu 18.04 LTS,Ubuntu 软件商店中的大多数软件都出现了此错误:
too early for operation, device not yet seeded or device model not acknowledged.
我不知道如何解决这个问题。
我使用的是 3.7 GB 内存,Intel Core i3-3220[电子邮件保护]x 4,64 位,245 HD。我已经安装了所有最新更新。
答案1
调整时间和时区,否则会报错:
error: too early for operation, device not yet seeded or device model not
acknowledged
要调整,请运行:
apt install ntpdate
sudo ntpdate ntp.sjtu.edu.cn #(NTP server address of Shanghai Jiaotong University Network Center)
timedatectl set-timezone Asia/Shanghai
您可以选择您附近的 ntp 服务器和时区。
在两种情况下,先执行 a,sudo apt purge snapd
然后执行 a即可解决此问题。sudo apt install snapd