If I simply upgrade the Linux I'm using, is there anything that doesn't really upgrade until I install the OS from scratch on a new partition? Or can I unworryingly upgrade from the terminal without fear of ending up outdated?
|
feedback
|
|
No. In most cases, it's even the other way round. At the time a version of a Linux distribution is considered stable and released (e.g. "Ubuntu 11.10"), many packages will already be outdated again. You can try this with almost any fixed-release distribution. Get the latest installer and check it for updates after installing. Chances are you'll already find new software packages. With rolling-release distributions, it's the exact opposite. Here, there's no special release version. You'll always get the latest packages when installing. For example, Arch Linux uses this model.
So, if you have a typical fixed-release distro, the safest and easiest way to stay up-to-date is to just keep using the version of your distribution you currently have and regularly update your packages – with | |||
|
feedback
|
|
Yes, sometimes you can have issues with upgrading. In fact, one thing I have learned over the past ten years is that I would prefer to do fresh install every time instead of upgrading. Two reasons:
It is a bit of a hassle to backup settings before wiping out the disk for a new install and restore later, but try it a few times, and you will think up a system for yourself that you can follow blindly. Like keeping all your data in only one or two places, only needing up to backup /etc and /home, etc. | |||
|
feedback
|