How to install 5.15 into Ubuntu/Mint Distros
Type Y, and then press the ENTER KEY to proceed with the installation.
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