Getting error during system update
Hello everyone,
I keep getting an error message during the system update saying that LACT could not be found (see screenshot).
Reinstalling it using the command ujust install-lact doesn't help. What can I do?
Thank u

Solution:Jump to solution
rpm-ostree remove lact
This will get rid of the rpm-ostree layer of LACT. Layering packages sometimes break updates. Which is why they generally are not recommended.
Apply updates, and reboot....3 Replies
Show
rpm-ostree status
Solution
rpm-ostree remove lact
This will get rid of the rpm-ostree layer of LACT. Layering packages sometimes break updates. Which is why they generally are not recommended.
Apply updates, and reboot.
ujust install-lact
This script was changed a while ago to install the Flatpak version of LACT instead of the layered package. Previously flatpak LACT couldn't interact with hardware because it was sandboxed, and the flatpak has since been updated to have access to hardware.
So this will change the LACT install from the rpm-ostree layer of LACT, to the flatpak.Thank u, that worked for me. Now everything is working again as it should 😄