Linux Upgrading the Kernel: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Linux =Overview=")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
=External=
* How to update/upgrade the Red Hat Enterprise Linux kernel? https://access.redhat.com/solutions/20366
=Internal=
=Internal=


Line 4: Line 8:


=Overview=
=Overview=
In order to get the current kernel release, run
<pre>
uname -r
</pre>
For more details see {{Internal|Linux Kernel Info|Linux Kernel Info}}
=Procedure=
<pre>
yum install kernel
</pre>

Latest revision as of 13:41, 19 April 2017

External

Internal

Overview

In order to get the current kernel release, run

uname -r

For more details see

Linux Kernel Info

Procedure

yum install kernel