Ok the details : DISTRIB_ID=LinuxMint DISTRIB_RELEASE=20 DISTRIB_CODENAME=ulyana DISTRIB_DESCRIPTION="Linux Mint 20 Ulyana" NAME="Linux Mint" VERSION="20 (Ulyana)" ID=linuxmint ID_LIKE=ubuntu PRETTY_NAME="Linux Mint 20" VERSION_ID="20" Linux 5.4.0-42-generic #46-Ubuntu SMP x86_64 x86_64 x86_64 GNU/Linux Working from the directions here: So, I do the following flatpak-builder --force-clean org.gnome.Evolution-stable org.gnome.Evolution-stable.json flatpak build-export localrepo org.gnome.Evolution-stable flatpak --user remote-add --no-gpg-verify --if-not-exists evolution-repo localrepo All of which, appear to function and produce the expected results. However, when I get down to .. flatpak --user update org.gnome.Evolution-stable which returns: Looking for updates… error: org.gnome.Evolution-stable not installed and if I try flatpak --user install org.gnome.Evolution-stable returns Looking for matches… error: No remote refs found similar to ‘org.gnome.Evolution-stable’ So obviously, I've messed something up.. but, for whatever reason, I'm not seeing it. Anyone know what I did to break the build ? Thanks |