Atomic, how to check if app is now included in the image?

I have some basic packages that I layer on my Kinoite system like lm_sensors or zenity.

If one of these packages was included in the base image, would I get an “already provided” message in the rpm-ostree update process? Because it would be nice to remove it from the layering in that case.

And what would the command be to remove the manual overlay?

rpm-ostree reset APPNAME

Does not work afaik. Thanks!

If you run command

rpm-ostree status -v

you should see the duplicated package will have an InactiveRequests status. If you installed it as an overlay package, then just run

rpm-ostree uninstall PACKAGE_)NAME

and reboot your system