Hi, I use debfoster in an automated way when building system images, to clean up the image of unwanted packages. For that, I use: debfoster -oMaxPriority=standard -f <list of packages I want to keep> <list of packages I want to keep> includes openssh-server. However, on Debian testing, this removes openssh-server and perl. Dropping -f: So debfoster thinks it can remove libperl5.40, even if it removes perl, which also removes ucf, which also removes openssh-server. That looks wrong. Lucas
What happens if you include libper5.40 and/or perl it self into the list? I usually "initialize" debfoster by putting a /var/lib/debfoster/keepers with the desired contents into the file system. Yes, that's only a possible workaround. Greetings Marc
Hi, Lucas