How to install Linux kernel 5.4 in Linux
- linux-headers-5.4.0-xxxxxx_all.deb
- linux-headers-5.4.0-xxx-generic(/lowlatency)_xxx_amd64.deb
- linux-modules-5.4.0-xxx-generic(/lowlatency)_xxx_amd64.deb
- linux-image-xxx-5.4.0-xxx-generic(/lowlatency)_xxx_amd64.deb
Note:
generic is used to support general-purpose hardware systems, lowlatency is used for low-latency hardware systems, amd64 is for 64-bit systems, and armhf or arm64 versions support other hardware.
cd /tmp/
wget -c https://kernel.ubuntu.com/~kernel-ppa/mainline/daily/current/linux-headers-5.4.0-999_5.4.0-999.201911232106_all.deb
wget -c https://kernel.ubuntu.com/~kernel-ppa/mainline/daily/current/linux-headers-5.4.0-999-generic_5.4.0-999.201911232106_amd64.deb
wget -c https://kernel.ubuntu.com/~kernel-ppa/mainline/daily/current/linux-image-unsigned-5.4.0-999-generic_5.4.0-999.201911232106_amd64.deb
wget -c https://kernel.ubuntu.com/~kernel-ppa/mainline/daily/current/linux-modules-5.4.0-999-generic_5.4.0-999.201911232106_amd64.deb
sudo dpkg -i *.debreboot
Support Our Threat Intelligence
If you find our technology report and cybersecurity news helpful, consider supporting our work.
