Earlier quoted context omitted.
This was what turned me off from Linux Mint for my own use. The catch-22 of you need to upgrade to a supported version, but the servers / packages you would need in order to do the upgrade were turned off in the meantime. To be fair, Linux Mint states that a complete reinstall is the recommended way, but since I do development, it's a pain to have to locate and reinstall from scratch all the packages I need. Also I t…
it's a pain to have to locate and reinstall from scratch all the packages I need. dpkg --get-selections | cut -f1 > ~/installed_pkgs.log cat installed_pkgs.log | xargs sudo apt install
It give something to start with but still requires human intervention from someone who knows how to navigate in this mess.