Difference between revisions of "Kernel from Jessie Backports"

From wiki
 
Line 4: Line 4:
  
 
To install it, simply run<syntaxhighlight lang="console">
 
To install it, simply run<syntaxhighlight lang="console">
# apt install linux-image-amd64/jessie-backports
+
$ sudo apt install linux-image-amd64/jessie-backports
 
</syntaxhighlight>and then reboot your server.
 
</syntaxhighlight>and then reboot your server.
 
[[Category:Linux Server]]
 
[[Category:Linux Server]]
 
[[Category:Debian Release]]
 
[[Category:Debian Release]]
 +
[[Category:Noindexed pages]]

Latest revision as of 21:40, 12 November 2017

Debian Jessie offer the quite old kernel 3.16. Backports offer the newer 4.3.

Among other, it contains important changes to Btrfs and nftables.

To install it, simply run

$ sudo apt install linux-image-amd64/jessie-backports

and then reboot your server.