Friday, May 3, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 1495  / 1 Year ago, wed, january 25, 2023, 8:57:16

  1. Does upgrade lead to running the latest Ubuntu version ?

  2. Or does it only upgrade the kernel ?

  3. Is not upgrading the kernel the same thing as upgrading the
    operating system itself to a newer version ?


More From » upgrade

 Answers
7

  1. No. When you're running dist-upgrade it will only upgrade your system according to the current software repository. That being said it will not upgrade 13.10 to 14.04. The do the full distribution upgrade, you will need to change your software repositories to 14.04.


  2. If you run "sudo apt-get linux-generic", it will only upgrade the kernel. If you run "sudo apt-get upgrade" however it will upgrade all packages that have an update & it may include the kernel as well.


  3. Technically speaking, yes, the kernel (Linux) is the operating system. That is why the upgrade option for apt-get is dist-upgrade which stands for "distribution upgrade". Kernel (Linux) + all applications make up the distribution. If you upgrade from Linux kernel version 3.12.x to 3.13.x, you have technically upgraded the "operating system", but you haven't upgraded your "distribution" which might still be Ubuntu 13.10 (and not Ubuntu 14.04).



[#25399] Friday, January 27, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
splenueak

Total Points: 448
Total Questions: 118
Total Answers: 110

Location: Vanuatu
Member since Mon, Oct 3, 2022
2 Years ago
;