What's new
EZ Linux Forums

Register a free account today to become a ezLinux member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

How to install 5.15 into Ubuntu/Mint Distros

Michael

Administrator
Staff member
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
 
Top