Comment 3 for bug 1925265

Revision history for this message
Steve Langasek (vorlon) wrote : Re: Fresh install of hirsute-preinstalled-desktop-arm64+raspi has packages to autoremove

ok, figured this out a bit more. oem-config is installed (because you need a first-boot configurator), which is built from ubiquity source. oem-config-firstboot runs:
                apt-get -y purge ubiquity >>/var/log/oem-config.log 2>&1

But does not do an apt autoremove --purge afterwards. So the code needs changed to do this.