Ubuntu 软件更新应用程序在 Ubuntu 18.04 上的 GNOME 应用程序平台版本 3.34 始终失败

gen*_*gen 4 updates gnome 18.04

ID                                        Arch   Branch Op Remote  Download\n 1.     org.gnome.Platform                x86_64 3.34   u  flathub < 318.4 MB\n 2.     org.gnome.Platform.Locale         x86_64 3.34   u  flathub < 322.7 MB (partial)\n 3.     org.freedesktop.Platform.openh264 x86_64 19.08  i  flathub < 593.4 kB\n
Run Code Online (Sandbox Code Playgroud)\n\n

所以我不应该将它们安装到 Ubuntu 18.04 中。正确的?

\n\n

这显示在终端中。像这样->$ flatpak update

\n\n

您也可以在终端中检查 ->$ flatpak repair

\n\n

你会看见:

\n\n
Verifying flathub:runtime/org.freedesktop.Platform.html5-codecs/x86_64/18.08\xe2\x80\xa6\n\nVerifying deploy/runtime/org.freedesktop.Platform.html5-codecs/x86_64/18.08\xe2\x80\xa6\n\nSkipping non-deployed ref flathub:runtime/org.freedesktop.Platform.openh264/x86_64/19.08\xe2\x80\xa6\n
Run Code Online (Sandbox Code Playgroud)\n\n

这三个可能是 Ubuntu 软件应用程序更新失败的问题。

\n\n
\n\n

编辑:

\n\n

我已经尝试过 $ flatpak update。然后Ubuntu Software Application停止说有什么更新。

\n\n

Ubuntu 软件应用程序无法更新 flatpak 想要的内容,但它显示有更新。

\n\n

使用终端 $flatpak update工作正常。

\n

mch*_*hid 5

根据ubuntu-fr.org 上的这篇文章

首先,运行以下命令:

flatpak install org.freedesktop.Platform.openh264
Run Code Online (Sandbox Code Playgroud)

然后按,然后在询问时Y按:“使用此遥控器”ENTER

如果出现错误,请运行以下命令:

flatpak install org.freedesktop.Platform/x86_64/19.08
Run Code Online (Sandbox Code Playgroud)

然后按Y,然后ENTER在询问时按:“使用此遥控器”,然后运行以下命令:

flatpak uninstall --unused
flatpak update
Run Code Online (Sandbox Code Playgroud)

  • @Kapel如果已经完成,但仍然收到错误,请指定 flathub,如下例所示:“flatpak install flathub org.freedesktop.Platform.openh264”和“flatpak install flathub org.freedesktop.Platform/x86_64/19.08” (2认同)