How to install 5.15 into Ubuntu/Mint Distros

Michael

Administrator
Staff member
Feb 11, 2022
126
4
18
How to install 5.15 into Ubuntu/Mint Distros

Code:
sudo apt update && sudo apt upgrade
Code:
sudo add-apt-repository ppa:canonical-kernel-team/proposed -y
Code:
sudo apt-get update
Code:
sudo apt install linux-headers-5.15.*-*-generic linux-image-5.15.*-*-generic

Type Y, and then press the ENTER KEY to proceed with the installation.
Code:
reboot