我正在运行 18.10,最近 gnome-calculator 停止运行。从命令行运行它会得到以下结果:
jr@Ubuntu-HP:~$ gnome-calculator
You need to connect this snap to the gnome platform snap.
You can do this with those commands:
snap install gnome-3-26-1604
snap connect gnome-calculator:gnome-3-26-1604 gnome-3-26-1604
(the '3-26-1604' number defines the platform version and might change)
因此,按照这些说明:
jr@Ubuntu-HP:~$ snap install gnome-3-26-1604
snap "gnome-3-26-1604" is already installed, see 'snap help refresh'
jr@Ubuntu-HP:~$ snap connect gnome-calculator:gnome-3-26-1604 gnome-3-26-1604
error: snap "gnome-calculator" has no plug named "gnome-3-26-1604"
jr@Ubuntu-HP:~$ apt-cache policy gnome-calculator
gnome-calculator:
Installed: (none)
Candidate: 1:3.30.1-1ubuntu1
Version table:
1:3.30.1-1ubuntu1 500
500 http://au.archive.ubuntu.com/ubuntu cosmic/main amd64 Packages
关于如何解决这个问题的任何想法?
谢谢!
这是我的$PATH
:
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin