Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个本地存储库,其中包含一些可以使用以下内容查看的内容:
$ flatpak remote-ls tutorial-repo
我一删除存储库中的引用之一。我怎样才能做到这一点?
查看本地存储库中可用分支的另一种方法是:
$ flatpak repo --branches repo/
为了删除您将执行的其中一个分支(例如):
$ flatpak --user uninstall app/org.freedesktop.Myapp/x86_64/master