Liquorix is a distro kernel replacement built using the best configuration and kernel sources for desktop, multimedia, and gaming workloads.
Install Liquorix Kernel in debian 7.0
Open the terminal and run the following commands
sudo vi /etc/apt/sources.list.d/liquorix.list
Add the following line
deb http://liquorix.net/debian sid main
Save and exit the file
All packages in the liquorix repository are signed. Run the command below to install all the keyring packages for liquorix.net.
sudo apt-get install ‘^liquorix-([^-]+-)?keyring.?’
Update the source list
sudo apt-get update
For Debian 32 bit users run the following command
sudo apt-get install linux-image-liquorix-686 linux-headers-liquorix-686
For Debian 64 bit users run the following command
sudo apt-get install linux-image-liquorix-amd64 linux-headers-liquorix-amd64
Remove Liquorix Kernel in debian 7.0
For Debian 32 bit users run the following command
sudo apt-get remove linux-image-liquorix-686 linux-headers-liquorix-686
For Debian 64 bit users run the following command
sudo apt-get remove linux-image-liquorix-amd64 linux-headers-liquorix-amd64