A friend of mine has an old macbook air. It still works, more or less, but the OS isn’t getting any updates anymore, and updating to the latest OS seems dicey.
Has anyone had experience installing linux on an old macbook? From a quick internet search it looks like you can just make a bootable USB and have at it. Thinking mint because it’s popular and my friend is a pretty basic user. The laptop will be mostly used for like youtube/netflix and basic web browsing.
Edit: a little extra context: I am moderately comfortable with Linux. I ran mint for a while on my desktop, and I’ve done software development for a job. I can install docker and start a python project fine, but I’d use a GUI for like partitioning a hard drive.
Stable should mean that it runs stable, runs without crashing. In most Linux distros though, stable means “not changing”. That is not the same thing.
So, Debian Stable can ship software with a design problem that makes it prone to crashing. That problem can be solved in a newer version (more stable) but Debian will continue to ship the older version (the crashy one) because that is what stable means to Debian.
A good example is that Debian Trixie is about to ship with NVIDIA drivers from a year ago that have problems with Wayland. There are newer drivers that work better. But Debian will ship the old ones.
Static and stable are not the same thing.