一键导入
flatpak
Install, remove, update, and troubleshoot Flatpak applications on Bluefin.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Install, remove, update, and troubleshoot Flatpak applications on Bluefin.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Create, enter, and manage Distrobox containers for mutable package installation on Bluefin.
ZFS administration on Bluefin — pools, datasets, snapshots, and delivery options for an immutable host that does not ship ZFS kernel modules.
Run, build, and manage OCI containers rootlessly on Bluefin — including Quadlets for persistent systemd-managed services.
Run self-hosted services on Bluefin DX using Podman Quadlets and linuxserver.io containers — persistent, auto-updating, systemd-managed.
Install and manage CLI tools with Homebrew — the primary CLI package manager on Bluefin.
Manage GNOME extensions, gsettings, and desktop customizations on Bluefin — including which settings Bluefin owns vs. which are safe to change.
| name | flatpak |
| description | Install, remove, update, and troubleshoot Flatpak applications on Bluefin. |
| domain | sysadmin |
Bluefin uses Flathub as the primary application delivery mechanism. All GUI apps
should be installed as Flatpaks. The base image ships with a curated set; users
add their own via flatpak install or Bazaar (Bluefin's default app store).
Load with: point your agent at this file.
brew install) for those# Search for an app
flatpak search <name>
# Install from Flathub
flatpak install flathub <app-id>
# Remove an app
flatpak remove <app-id>
# Update all Flatpaks
flatpak update
# List installed Flatpaks
flatpak list --app
# Override permissions (example: grant home directory access)
flatpak override --user <app-id> --filesystem=home
# Reset permissions to defaults
flatpak override --user --reset <app-id>
# Show current permissions
flatpak info --show-permissions <app-id>
# Run a Flatpak with verbose output (debugging)
flatpak run --verbose <app-id>
| App | Flatpak ID |
|---|---|
| Firefox | org.mozilla.firefox |
| Bazaar (app store) | io.github.kolunmi.Bazaar |
| Flatseal (permission manager) | com.github.tchx84.Flatseal |
| Warehouse (Flatpak manager UI) | io.github.flattool.Warehouse |
App won't launch: Run flatpak run --verbose <app-id> and look for permission errors.
Missing library or runtime: Run flatpak update — the runtime may need updating.
Permission denied errors: Use Flatseal or flatpak override to grant needed permissions.
"Not installed" but visible in Software: Run flatpak repair to rebuild the local database.