This Tip Show the Procedure to Follow to Get Rightly Installed the Couple Kernel + Kernel-Headers for Linux Manjaro.
- Searching for a Couple of Matching Kernel+Kernel-Headers
su pacman -Ss linux | grep basis
Then Look-Up in Output for the “linuxXY X.Y.Z” Available Packages
pacman -Ss linux-headers
Search on Outputs the Couple of Matching linuxXY and linuxXY-headers
- Installing Matching Kernel+Kernel-Headers
pacman -S linuxXY linuxXY-headers
- In Case of Kernel Upgrade then Reboot to Load the New Kernel
reboot