<div dir="ltr">I am trying to get FAi working in the Debian 12 environment. Most of the files have been imported from Debian 11 with some minor changes. <div><br></div><div>Long story short, many packages are not getting installed due to an error with some options being sent to aptitude. The installation does not fail, just many packages are not installed. Error:</div><div><br></div><div>aptitude: unrecognized option '--allow-change-held-packages'</div><div><br></div><div>This appears to be coming from /usr/sbin/install_packages on line 63:</div><div><br></div><div>my $aptapt='-y -o Dpkg::Options::=--force-confdef -o Dpkg::Options::=-=force-confnew --allow-change-held-packages';</div><div><br></div><div>This option is not present in the Debian 11 version of the package_install script.</div><div><br></div><div>Help.</div><div><br></div></div>