Difference between revisions of "Debian Versions"
(→Upgrading Debian) |
|||
Line 7: | Line 7: | ||
==Finding Your Debian Version== | ==Finding Your Debian Version== | ||
− | + | There is a universal location for your Linux distribution name available with: | |
+ | |||
+ | cat /etc/issue | ||
+ | |||
+ | Debian also lists the version number with the point release here: | ||
cat /etc/debian_version | cat /etc/debian_version | ||
− | + | Either will give you the information you need as only the integer value matters. The numberic version displayed corresponds to the following code names: | |
*9.x - stretch -- Still unstable. This will be the next version. | *9.x - stretch -- Still unstable. This will be the next version. | ||
Line 19: | Line 23: | ||
*5.x - lenny -- Not supported. We back-port *some* patches. | *5.x - lenny -- Not supported. We back-port *some* patches. | ||
− | The code name should also be present in the /etc/apt/sources.list file which tell the package manager which version of packages to install. If you need | + | The code name should also be present in the /etc/apt/sources.list file which tell the package manager which version of packages to install. If you need [[Install Non-RP Packages]] you *must* use the code name which corresponds to your current version (the same one listed for the rest of the sources). |
==Upgrading Debian== | ==Upgrading Debian== | ||
We now have a dedicated article for [[Debian Upgrades]]. | We now have a dedicated article for [[Debian Upgrades]]. |
Revision as of 15:33, 31 August 2017
What is Debian
Debian GNU/Linux is the underlying operating system used for our ISO appliances. Debian is the only operating system that we officially support and are capable of providing assistance with regarding upgrades and maintenance.
Debian releases a new stable version of their operating system every 2-3 years and they use a semi-rolling development model. This means that you will be provided with patches to the stable base but you are also able to upgrade to newer versions without a fresh install. That said, if you are many versions behind it is often easier and less hassle to install fresh and then migrate.
Finding Your Debian Version
There is a universal location for your Linux distribution name available with:
cat /etc/issue
Debian also lists the version number with the point release here:
cat /etc/debian_version
Either will give you the information you need as only the integer value matters. The numberic version displayed corresponds to the following code names:
- 9.x - stretch -- Still unstable. This will be the next version.
- 8.x - jessie -- The current stable version provided in our ISOs.
- 7.x - wheezy -- Old-stable. Still supported with regular updates.
- 6.x - squeeze -- Supported with priority security patches only.
- 5.x - lenny -- Not supported. We back-port *some* patches.
The code name should also be present in the /etc/apt/sources.list file which tell the package manager which version of packages to install. If you need Install Non-RP Packages you *must* use the code name which corresponds to your current version (the same one listed for the rest of the sources).
Upgrading Debian
We now have a dedicated article for Debian Upgrades.