🗂️ Package Repository¶
Welcome to the official Flatpak Automatic package repository. This page provides installation instructions and direct access to the latest packages for various distributions.
📦 Installation (Fedora/RHEL)¶
Add the repository and install the package on Fedora or compatible Fedora/RHEL systems:
# Add the repository configuration
sudo tee /etc/yum.repos.d/flatpak-automatic.repo <<'EOF'
[flatpak-automatic]
name=Flatpak Automatic - Stable
baseurl=https://fedoraBee.github.io/flatpak-automatic/rpms/latest/stable/
enabled=1
gpgcheck=1
gpgkey=https://fedoraBee.github.io/flatpak-automatic/gpg.key
[flatpak-automatic-testing]
name=Flatpak Automatic - Testing
baseurl=https://fedoraBee.github.io/flatpak-automatic/rpms/latest/testing/
enabled=0
gpgcheck=1
gpgkey=https://fedoraBee.github.io/flatpak-automatic/gpg.key
EOF
# Update the package metadata cache
sudo dnf makecache
# Install the flatpak-automatic package
sudo dnf install flatpak-automatic
📦 Installation (Ubuntu/Debian)¶
Add the repository and install the package on Ubuntu, Debian, or compatible systems:
# Download the GPG key and convert it to a format APT understands
curl -fsSL https://fedoraBee.github.io/flatpak-automatic/gpg.key | sudo gpg --dearmor -o /usr/share/keyrings/flatpak-automatic-archive-keyring.gpg
sudo chmod 644 /usr/share/keyrings/flatpak-automatic-archive-keyring.gpg
# Add the repository to your system's sources list
echo "deb [signed-by=/usr/share/keyrings/flatpak-automatic-archive-keyring.gpg] https://fedoraBee.github.io/flatpak-automatic/debs stable main" | sudo tee /etc/apt/sources.list.d/flatpak-automatic.list
# Update your local package index
sudo apt-get update
# Install the flatpak-automatic package
sudo apt-get install flatpak-automatic
🗂️ Available Versions & Channels¶
v1.5 LATEST¶
Channel: Stable
RPM Packages¶
-
flatpak-automatic-doc-1.5.39-1.fc44.noarch.rpm latest stable patch
Debian Packages¶
-
flatpak-automatic_1.5.39-1_all.deb latest stable patch
Channel: Testing
RPM Packages¶
-
flatpak-automatic-doc-1.5.17~rc4-1.fc44.noarch.rpm latest testing patch
Debian Packages¶
-
flatpak-automatic_1.5.17~rc4-1_all.deb latest testing patch
v1.4¶
v1.3¶
v1.2¶
v1.1¶
🔗 Resources¶
- Download Repository GPG Key (gpg.key)
- GPG Fingerprint:
8D12 D614 9E1E 5E83 29DD E6FD 9B99 A03F 6577 BF59 - GitHub Source Code
- Report an Issue