ubuntu 22.04我正在更新所有的快照(snap refresh),但它仍然显示出需要更新铬(snap刷新-list),事实上,snap没有更新:
jojo@work:~$ sudo snap refresh
All snaps up to date.
jojo@work:~$ snap refresh --list
Name Version Rev Size Publisher Notes
chromium 108.0.5359.124 2254 154MB canonical✓ -
jojo@work:~$ snap info chromium
name: chromium
summary: Chromium web browser, open-source version of Chrome
publisher: Canonical✓
store-url: https://snapcraft.io/chromium
contact: https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bugs?field.tag=snap
license: unset
description: |
An open-source browser project that aims to build a safer, faster, and more
stable way for all Internet users to experience the web.
commands:
- chromium.chromedriver
- chromium
snap-id: XKEcBqPM06H1Z7zGOdG5fbICuf8NWK5R
tracking: latest/stable
refresh-date: 4 days ago, at 22:02 CET
channels:
latest/stable: 108.0.5359.124 2022-12-14 (2254) 154MB -
latest/candidate: 108.0.5359.124 2022-12-14 (2254) 154MB -
latest/beta: 109.0.5414.36 2022-12-09 (2247) 155MB -
latest/edge: 110.0.5464.2 2022-12-12 (2250) 155MB -
installed: 108.0.5359.94 (2238) 153MB -所以安装的是xxx.94,最新/稳定的是xxx.124。
为什么快照没有更新,以及如何实际更新它?
发布于 2022-12-17 02:37:47
尝试此更新铬:
sudo snap refresh chromium或
sudo snap refresh chromium --channel=latest/stablehttps://askubuntu.com/questions/1445635
复制相似问题