zhanggyb/kernel-5.18

Project ID: 60757

Description

This repository provides unstable kernel 5.18 packages built without Secure Boot support, sometimes with patches under testing, mainly for my own purpose.

Installation Instructions

In Fedora 36:

$ sudo dnf copr enable zhanggyb/kernel-5.18 $ sudo dnf update

Please turn off Secure Boot in BIOS/UEFI settings before using the new kernel.

Roll back to original status

  1. Get the repo id by dnf repolist, for example, the repo id of this COPR is usually: copr:copr.fedorainfracloud.org:zhanggyb:kernel-5.18

  2. Get a list of the new packages from COPR repository:

    $ sudo dnf repository-packages <repo_id> list --installed
  3. Disable the COPR repo:

    $ sudo dnf copr disable zhanggyb/kernel-5.18

    Or just delete the corresponding .repo file from /etc/yum.repos.d/

  4. Downgrade packages if needed:

    $ sudo dnf downgrade <packages...>

    For example, to downgrade kernel packages installed from this repo:

    $ sudo dnf downgrade kernel kernel-headers

    If there's package blocks the downgrade, remove it with rpm:

    $ sudo rpm -e <package> --nodeps

    And redo this step.

Active Releases

The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).

Release Architectures Repo Download
Fedora 37 x86_64 (100)* Fedora 37 (0 downloads)
Fedora 38 x86_64 (21)* Fedora 38 (17 downloads)
Fedora 39 x86_64 (10)* Fedora 39 (10 downloads)
Fedora 40 x86_64 (0)* Fedora 40 (1 downloads)
Fedora rawhide x86_64 (121)* Fedora rawhide (47 downloads)

* Total number of packages downloaded in the last seven days.