Hi! I reproduced this problem using Debian Live 13.3.0 gnome image,
selecting 'Start Installer' at the boot prompt, doing a Swedish locale
install using automatic disk partitioning. Everything installs fine,
but after boot the packages below are in the 'rc' state.
It smells like some 'apt-get remove X' should have been 'apt-get remove
--purge X' (or possibly some 'apt-get autoremove' should have been
'apt-get autoremove --purge'), but I don't know where the package
uninstallation happens.
jas@yeti:~$ LANG=C dpkg -l|grep -v ^ii
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-=======================================-====================================-============-================================================================================
rc cryptsetup 2:2.7.5-2 amd64 disk encryption support - startup scripts
rc keyutils 1.6.3-6 amd64 Linux Key Management Utilities
rc live-tools 1:20240525 all Live System Extra Components
rc rsync 3.4.1+ds1-5+deb13u1 amd64 fast, versatile, remote (and local) file-copying tool
rc user-setup 1.107 all Set up initial user and password
jas@yeti:~$
/Simon