Machine Transfer
Transfer Flatpak Apps
This only applies to flatpak apps hosted on flathub. Apps from other sources will need to be installed from their respective remotes.
- Save list of flathub-based apps
flatpak list --app --columns=ref,origin | awk '$2 == "flathub" {print $1}' > flatpaks.txt
- Restore flathub-based apps from list
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
xargs -a flatpaks.txt -r flatpak install -y flathub