Difference between revisions of "Fitlet: Linux: Kernel"

From fit-PC wiki
Jump to: navigation, search
Line 1: Line 1:
 
== Installation ==
 
== Installation ==
* Download the [http://www.fit-pc2.com/download/fitlet/Linux/mint/17/linux-image-3.16.7-generic.fitlet_2015.09.27_amd64.deb kernel image] and [http://www.fit-pc2.com/download/fitlet/Linux/mint/17/linux-headers-3.16.7-generic.fitlet_2015.09.27_amd64.deb kernel headers] to the fitlet.
+
* Download the [http://www.fit-pc2.com/download/fitlet/Linux/mint/17/linux-image-3.16.7-generic.fitlet_2015.11.17_amd64.deb kernel image] and [http://www.fit-pc2.com/download/fitlet/Linux/mint/17/linux-headers-3.16.7-generic.fitlet_2015.11.17_amd64.deb kernel headers] to the fitlet.
  
 
* Open the terminal and install the new linux-*.deb packages:
 
* Open the terminal and install the new linux-*.deb packages:

Revision as of 12:07, 18 November 2015

Installation

  • Open the terminal and install the new linux-*.deb packages:
$ sudo dpkg -i /path/to/linux-*.deb
  • Reboot the system:
$ sudo reboot -f