我正在尝试将其中一台计算机上的 Firefox 更新到最新版本,但即使显示有新版本可用,它似乎也无法刷新。有没有人见过这种或类似的行为和/或知道如何进行刷新/快照更新?
下面是终端输出,下面是系统信息:
$ killall firefox
firefox: no process found
$ sudo snap refresh
All snaps up to date.
$ snap info firefox
name: firefox
summary: Mozilla Firefox web browser
publisher: Mozilla✓
store-url: https://snapcraft.io/firefox
contact: https://support.mozilla.org/kb/file-bug-report-or-feature-request-mozilla
license: unset
description: |
Firefox is a powerful, extensible web browser with support for modern web application
technologies.
commands:
- firefox
- firefox.geckodriver
snap-id: 3wdHCAVyZEmYsCMFDE9qt92UV8rC8Wdk
tracking: latest/stable/ubuntu-23.04
refresh-date: 12 days ago, at 22:57 EDT
channels:
latest/stable: 113.0-2 2023-05-09 (2645) 253MB -
latest/candidate: 113.0-2 2023-05-05 (2645) 253MB -
latest/beta: 114.0b2-1 2023-05-10 (2659) 255MB -
latest/edge: 115.0a1 2023-05-10 (2660) 261MB -
esr/stable: 102.11.0esr-2 2023-05-09 (2642) 186MB -
esr/candidate: 102.11.0esr-2 2023-05-04 (2642) 186MB -
esr/beta: ↑
esr/edge: ↑
installed: 112.0.2-1 (2611) 255MB -
Operating System: Kubuntu 23.04
KDE Plasma Version: 5.27.4
KDE Frameworks Version: 5.104.0
Qt Version: 5.15.8
Kernel Version: 6.2.0-20-generic (64-bit)
Graphics Platform: Wayland
Processors: 6 × Intel® Core™ i5-9400F CPU @ 2.90GHz
Memory: 15.5 GiB of RAM
Graphics Processor: NVIDIA GeForce GTX 1060 6GB/PCIe/SSE2
答案1
这是因为您使用的是一个名为 的“隐藏”频道latest/stable/ubuntu-23.04
,该频道尚未发布最新版本。这些频道在发布时默认使用。snap refresh firefox --channel=latest/stable
例如,您可以使用 切换到另一个频道。
答案2
您正在考虑的版本可能尚未被设置为最新/稳定版本。
转到 Ubuntu 软件,选择 Firefox,然后使用标题栏上的下拉菜单latest/edge
从那里选择一个版本。