在22.04上,我遇到了与其他人更新Store (正如本主题解释:无法更新“无法更新”:(Null):无法刷新“snap中已运行应用程序”:snap“snap-store”在Ubuntu22.04LTS中已运行应用程序(ubuntu-中已运行应用程序))相同的问题,并按照其他用户提供的步骤解决了这个问题:通过终端卸载和重新安装Store。
现在,我的问题是:在Ubuntu应用程序中,在解决这个问题之前,它表明需要更新的Store版本是在41.3-59 -but上安装的,解决了通过终端重新安装Store的问题后,它声明新安装的版本是3.38.0-66-gbd5b8f7。所以:
从数字上看,新版本确实比过时版本要老:S。
我是Linux世界里的一个完全的新手。试图找到任何来源,告诉哪个Store版本是最新的可用,但找不到任何东西。有人能解释一下这种行为的原因吗?我肯定这是S对我的无知,但如果有人能给我一点帮助,我会非常感激的:)
谢谢!
发布于 2022-06-24 18:44:53
请看一下snap info
:
$ snap info snap-store
name: snap-store
summary: Snap Store is a graphical desktop application for discovering, installing and managing
snaps on Linux.
publisher: Canonical✓
store-url: https://snapcraft.io/snap-store
contact: https://bugs.launchpad.net/snap-store/
license: GPL-2.0+
description: |
Snap Store showcases featured and popular applications with useful descriptions, ratings, reviews
and screenshots.
Applications can be found either through browsing categories
or by searching.
Snap Store can also be used to switch channels, view and alter snap permissions and view and
submit reviews and ratings.
Snap Store is based on GNOME Software, optimized for the Snap experience.
snap-id: gjf3IPXoRiipCu9K0kVu52f0H56fIksg
channels:
latest/stable: 3.38.0-66-gbd5b8f7 2021-11-22 (558) 56MB -
latest/candidate: 3.38.0-66-gbd5b8f7 2022-03-28 (558) 56MB -
latest/beta: 3.38.0-67-g78a06f78 2022-04-28 (579) 56MB -
latest/edge: 41.3-62-g960b074 2022-05-19 (585) 48MB -
版本3.38.0-66-gbd5b8f7
是应该安装的稳定版本,snap默认为稳定通道。
在Ubuntu22.04的新安装中,似乎安装了edge版本,我认为这是一个bug。
但是,我们可以安装我们选择的版本:
snap install snap-store # for stable version
snap install snap-store --edge # for edge version
https://askubuntu.com/questions/1415642
复制相似问题