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.14 oem into Ubuntu/Mint

Michael

Administrator
Staff member
How to install 5.14 oem into Ubuntu/Mint

Mint still ships with either 5.4 or 5.13 for stability. However you can install 5.14 and remain stable while upgrading the kernel for newer hardware such as wifi 6. This will auto update for you.

Code:
sudo apt update && sudo apt upgrade -y
Code:
sudo apt-get install linux-oem-20.04d
 
Top