huchuan2025/20-Area/202-Work/221-Linux/App/flatpak.md

16 lines
598 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

- 常用flatpak打包站点远程源
- fedora
- flathub
- 常用命令
- flatpak查看当前使用的远程源 flatpak remotes --show-details![[Pasted image 20250302131032.png]]
- 查看本机已经安装的软件![[Pasted image 20250302131754.png]]注意! origin的区分当origin被删除时下面的全部软件也会被删除
- 安装软件
- 粘贴flatpub上的命令行
- 安装程序时需要指定从哪个远程源进行安装
- 删除软件
- 使用warehouse工具即可
- 配置文件
- /var/lib/flatpak/repo/config
![[Pasted image 20250302132159.png]]