On Thu, Sep 26, 2024 at 7:33 PM James Bielefeldt <kil...@gmail.com> wrote: > > Looks like dependency hell is the problem. There are over 800 packages > being held back from testing. Its likely some dependency of pcmanfm-qt > was upgraded but there are others blocking pcmanfm-qt from upgrading. > Way to many upgrades to do by hand and trying in synaptic removes a ton > of packages.
You might try to use Aptitude from the command line. I find aptitude has the best solver among the package managers. Maybe something like: aptitude update && aptitude safe-upgrade safe-upgrade will upgrade as many packages as it can upgrade without removing existing packages. Jeff