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
error.png
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.
Was this page helpful?