This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| how_to_install_longterm_liquorix_kernels [2015/06/01 02:28] – way12go | how_to_install_longterm_liquorix_kernels [2021/05/04 13:24] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | sudo i | + | ===== How to install Liquorix kernels ===== | 
| - | enter root password and follow the instructions given below | ||
| - | leafpad / | + | ==== Manual method ==== | 
| - | **deb http:// | + | Open a text terminal (emulator console) and type: | 
| - | Keyring: | + | sudo -i | 
| + | |||
| + | or | ||
| + | |||
| + | sudo su | ||
| + | |||
| + | enter root password and follow the instructions below within the terminal. | ||
| + | |||
| + | Use a text editor such as leafpad or nano. | ||
| + | |||
| + |  | ||
| + | |||
| + | Add the following line | ||
| + | |||
| + | deb http:// | ||
| + | |||
| + | Save and quit | ||
| + | |||
| + | Refresh package list: | ||
| + | |||
| + | apt-get update | ||
| + | |||
| + | Install keyring: | ||
| All packages in the liquorix repository are signed. Run the command below to install the keyring package for liquorix.net. | All packages in the liquorix repository are signed. Run the command below to install the keyring package for liquorix.net. | ||
| - | **apt-get install liquorix-keyring** | + |  | 
| - | Install: | + | Install | 
| The Liquorix kernel can be installed by way of meta-packages. This will guarantee that the latest kernel is installed on every upgrade. | The Liquorix kernel can be installed by way of meta-packages. This will guarantee that the latest kernel is installed on every upgrade. | ||
| Line 19: | Line 40: | ||
| 32-bit without PAE (HIGHMEM4G): | 32-bit without PAE (HIGHMEM4G): | ||
| - | **apt-get install linux-image-liquorix-686 linux-headers-liquorix-686** | + |  | 
| 32-bit with PAE (HIGHMEM64G): | 32-bit with PAE (HIGHMEM64G): | ||
| - | **apt-get install linux-image-liquorix-686-pae linux-headers-liquorix-686-pae** | + |  | 
| 64-bit: | 64-bit: | ||
| - | **apt-get install linux-image-liquorix-amd64 linux-headers-liquorix-amd64** | + |  | 
| + | |||
| + | On my system I also had to do | ||
| + | |||
| + | update-grub | ||
| + | |||
| + | |||
| + | ==== Via Sparky APTus ==== | ||
| + | |||
| + | Open Menu-> System-> Sparky APTus tool. | ||
| + | |||
| + | Refresh package list. | ||
| + | |||
| + | Navigate to System tab-> Install Liquorix kernel. Follow the instruction. | ||