So, I've been wanting to upgrade to the latest version of Linux Mint for a while now, mostly because seeing 21.3 only has 1 year left of support makes me nervous, and because I recall 22.1 having some quality of life upgrades in some applications.
I'm asking more on tips and recommendations (aside from making a TimeShift backup which I already made). I have a gazillion applications of all sorts, and I'm not sure what to expect when I upgrade.
I am checking my mint-upgrade-info is stuck at Version 1.2.6 and I might need help with that to begin with everything.
#[Cinnamon] Ugrading Linux Mint 21.3 to 22.2
1 messages · Page 1 of 1 (latest)
Official upgrade path is to 22.0 via mintupgrade only then to 22.x but that is just a tiny inconvenience.
The major inconvenience is that the official upgrade tool forces quite strongly removing all custom packages, PPAs, locally installed debs and downgrading anything from newer versions to ubuntu2204/mint21 stock repo versions. For a heavily customised system that is a real PITA. Especially if you also compiled something manually and have it linked dynamically to particular versions of libraries that get removed in the upgrade and you will need to recompile these patched sources again..
There are some command line tweaks that allow bypassing SOME but not all these checks at your own risk.
There is also officially absolutely unsupported upgrade path to completely ignore mintupgrade and do a very manual upgrade the Debian way = rewriting the /etc/apt/ files to new distro and then doing apt update , apt upgrade, apt full-upgrade, and dealing with any sorts of issues in the meantime, fixing broken dependencies via dpkg or other ways , and ending with a Frankenstein distro that may work but will be in an inconsistent state . Been there, done that. Good luck.
So... that means the easiest quickest way is to just do a fresh install?
yes
BUT
what and how many are your custom repositories?
You can upgrade even with other packages as long as they don't have a version in the official Ubuntu/Mint repository
I am not sure how to answer this
Things I have installed outside the official repositories that I can remember right now are: Ardour8, Wine, DroidCam, Clementine, Lutris, ClamAV
there are probably plenty more that I just cannot name right now
I think I made up my mind to install Mint 22.2 freshly, I am currently deciding whether I should buy an NVMe and install it there, or buy an HDD for mass file storage and reinstall Mint in this same SSD
I'm aiming more at the second option honestly
currently looking at a WD Purple WD20PURX 2TB
Either you install packages from thrid party repos that are not in the official repositories, or use flatpaks
honestly, just try the upgrade if you have a snapshot
thing is it isn't available still
my mint-upgrade-info is out of date and won't let me update it
sudo apt install mintupgrade
sudo mintupgrade
I am currently on Windows, I will work on something and I will switch to Linux in a bit
ok
Okay I'm finally on Linux now
I will check I'm up to date, make a TimeShift and proceed to try upgrading the system
okay, the tool is beggining to check if the upgrade is possible, I am nervous
while it's at it I gotta ask...
We said before that upgrading normally can break applications, dependencies and such. I recently compiled Ardour in my system, what should I do in such a case? Remove it then recompile it from scratch?
Forgot to update, I'm currently running Linux Mint 22 update worked, I will boot up the Mintupgrade tool and see if I can go up to 22.2
at least I'm running LM22 according to /etc/os-release
not working
I think I will just do a fresh install
woah it just prompted me with the "update to 22.2 available"
I was preparing to do the fresh install but might as well try the upgrade since it lets me now
you need to upgrade form the update manager
I'm already at 22.2, everything seems to be working as it should
problem is, I don't know how to uninstall the Ardour I compiled myself
It is there yes, just that honestly it's the first time I ever compiled something and thus I don't really know what to do with those things
Compiling is not recommended, since it makes it hard to manage the packages
Always, always use .debs (either from official repositories or files) or flatpaks
I mean it's just ardour that I compiled, but I still don't know how to uninstall compiled applications
it depends on whether or not the dev added an uninstall rule to the makefile
does this count?