If I remove a flatpak from the default-flatpaks.yml, the program stays installed?
I'm planning to implement yafti in my image, but I'm not sure if removing the flatpaks IDs from the default-flatpaks.yml will remove them from my current system until I reinstall them.
2 Replies
Service will remove them if detected every single boot.
oh, you mean when you just omit ID in
install
section
then no
you need to explicitely set the ID in remove
for the flatpak to get removedThank you so much!