Oracle Linux Kernel Compilation It’s Not Recommended to Have Unversioned Obsoletes: Obsoletes: Kernel-headers Troubleshooting Guide

December 30, 2020 | By the+gnu+linux+evangelist.

Solving Kernel Compilation “It’s not recommended to have unversioned Obsoletes: Obsoletes: kernel-headers” in Oracle Linux

Hi! This Tip Try to Solve Oracle Linux Kernel Compilation “It’s not recommended to have unversioned Obsoletes: Obsoletes: kernel-headers” in Oracle GNU/Linux.

The Solution is simply to Upgrade System so to have matching Kernel and Kernel Headers.

Oracle Linux Kernel Compilation It's not recommended to have unversioned Obsoletes: Obsoletes: kernel-headers Solving - Featured
  1. Fixing System

    Then to Solve Kernel Compilation Issue in Oracle Linux
    Run:

    sudo dnf upgrade
    Or:
    sudo yum update && sudo yum upgrade
    And then:
    sudo reboot
    Finally, possibly again:
    sudo dnf install kernel-devel
    Or:
    sudo yum install kernel-devel

QuickChic Theme • Powered by WordPress