I installed CentOS 6.0. Later I ran yum update to apply software updates. After that my operating system version changed to 6.3. Why did the version change? How far up will it go? How can I choose whether to keep running 6.0 or apply minor upgrades, and why should I change one or the other?
|
|
||||
|
|
migrated from cs.stackexchange.com Jan 8 at 19:05
|
|
|||
|
|
If you look in
There's no telling but it will always be 6.x. Minor version bumps come about every 6 months, for the first few years, then less frequently after that, maybe once a year, so it will probably get up in the teens. Look at CentOS 5, which is on 5.9 now and still has 4 years of support on it for an example. If you're not familiar with the RHEL life cycle and are concerned with an updating breaking something, you may want to read about it.
In general, you want to be running the latest in the 6.x line, the 6.0 version is no longer supported and you will not get any more updates for it. You should read up on the RHEL release cycle and how the updates work before you decide to stick with 6.0. If you have some unusual circumstance and need to stay on 6.0, you'd have to manually configure the |
||||
|
|
|
There are two parts of this version number. The first one, 6, is the major release version for this Linux distribution. The second one, 0 or 3, represents the update number for this release. The update is something like a minor release, or a service pack. If two version only differs in the second number, then they really have a few difference. |
|||
|
|
