Flatpak 怎么用: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

29 September 2025

  • curprev 10:4210:42, 29 September 2025Mwroot talk contribs 746 bytes +746 Created page with "软件遇到网络 fail,第一步就考虑换个国内源。 <syntaxhighlight lang="bash" line> # 安装 flatpak sudo apt install flatpak # 可选,适用于 Gnome 用户 sudo apt install gnome-software-plugin-flatpak # 添加官方源 flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo # 添加国内源,中科大源 sudo flatpak remote-modify flathub --url=https://mirrors.ustc.edu.cn/flathub # 恢复官方源 sudo flatpak..."