
30 Mar
2023
30 Mar
'23
2:36 p.m.
On Thu, Mar 30, 2023 at 01:39:54PM -0400, Evan Leibovitch via talk wrote:
EPILOGUE
apt -f install and apt autoremove both reported that everything was fine and that I was up-to-date (except for more than 20 packages "held back").
Sometimes I find Linux troubleshooting a useful mental exercise. Not this week. Downloaded the latest KDE Neon onto a USB stick. Backed up and re-installed without reformatting. All seems well though I need to bring back the apps I had.
Thanks to all who helped.
Does 'dpkg -l |grep ^h' show any packages in state hold (starting with h)? If it does you could unfreeze them with echo 'packagename install' | dpkg --set-selections -- Len Sorensen